@import "reset.css";

/* TYPO */
body {
	font:75%/1.5em Tahoma, Geneva, Verdana, sans-serif;
}
h1 {
    text-align:right;
    margin-top:-1.5em;
    margin-bottom:0.5em;
    color:rgb(209,18,65);
}
h1,h2 {
    font-size:1.5em;
    line-height:1em;
}
h2 {
    margin-bottom:0.754em;
}
h3 {
    font-size:1.1667em;
    line-height:1.2857em;
    margin:2em 0 0.754em;
}
p {
    margin-bottom:1em;
}
.invisible {
    position:absolute;
    left:0;
    top:-10000px;
    height:1px;
    overflow:hidden;
}
a {
    color: #2f68af;
}
a:hover {
    text-decoration: none;
}
/* /TYPO */


/* LAYOUT */
header,section,footer,nav,aside,article {display:block;}
header,#content,footer > div,footer > ul,#flashes {
    width:810px;
    margin:0 auto;
}
#content section {
    float:left;
    width:56.25%;
    padding:0 2.5em 0 0;
    border-right:1px solid rgb(199,199,199);
    min-height: 600px;
}
#content aside {
    float:right;
    width:295px;
}
#content .content-in {
    position:relative;
    margin-left:3.2em;
    margin-right:3.2em;
}
/* /LAYOUT */


/* COMMON */
.bd {
    border:1px solid rgb(199,199,199);
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.center {
    text-align: center;
}
/* /COMMON */


/* header */
header {
    position:relative;
    overflow:hidden;
    height:100px;
    margin-bottom: 20px;
    border-bottom:0.4166em solid rgb(209,17,65);
}

#logo {
    position:absolute;
    left:0px;
    bottom:0px;
}

#logo a {
    display:block;
    width:76px;
    height:67px;
    background:transparent url(../img/mlada-fronta.png) no-repeat 0 0;
    text-indent:-9999px;
    outline-width:0;
    padding-bottom:10px;
}
#flags {
    position:absolute;
    top:10px;
    right:0px;
}

#login-status {
    position:absolute;
    right:0px;
    top:40px;
}

header nav {
    position:absolute;
    right:0px;
    bottom:0px;
}

header nav li {
    display:inline-block;
    margin-left:0.1667em;
}
header nav li.bd {
    border-bottom-width:0;
    -moz-border-radius-topright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-top-right-radius:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    border-top-right-radius:3px;
    border-top-left-radius:3px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
header nav a {
    display:inline-block;
    line-height:27px;
    padding:0 1.3333em;
}
header nav li.active {
    background-color:rgb(209,17,65);
    border-color:rgb(209,17,65);
    box-shadow:0 -1px 0 rgb(243,195,207);
    -moz-box-shadow:0 -1px 0 rgb(243,195,207);
    -webkit-box-shadow:0 -1px 0 rgb(243,195,207);
} 
header nav li.active a {
    color:#fff;
}

/* /header */


/* login */
#login {
    position:relative;
    width:536px;
    margin:0 auto;
}
#login div.box {
    margin-top:3em;
}
#login fieldset {
    padding-top:24px;
    padding-bottom:24px;
}
#help-link {
    position:absolute;
    right:0;
    top:0;
    padding-left:20px;
    background:transparent url(../img/help.png) no-repeat 0 center;
}
#back-link {
    position: absolute;
    right: 0;

    padding-left:24px;
    background:transparent url(../img/back-link.png) no-repeat 0 100%;
}
#login .logged form {
    text-align:center;
}
#login .logged input {
    display:inline;
    margin:0 1em;
}
/* /login */


/* register */
#register {
    position:relative;
}
/* /register */


/* forms */
fieldset.bd {
    padding:18px;
    margin-bottom: 1.5em;
}
fieldset .forminput {
    margin-bottom:0.5em;
    width:100%;
}
fieldset hr {
    margin: 1em 0 1em;
    height: 1px;
    border: 0;
    line-height: 1px;
    border-bottom: 1px solid #C7C7C7;
}
fieldset .forminput label:first-child,
fieldset .forminput .chk {
    display:inline-block;
    width:26%;
    text-align:right;
    margin-right:0.2em;
}
fieldset label span {
    padding-left:0.2em;
    color:rgb(254,0,0);
}
fieldset .forminput input,fieldset .forminput select {
    width:12.5em;
}
fieldset .forminput input + label + input {
    width:3em;
}
fieldset .formradio input {
    width:auto;
}
fieldset .formradio input + label {
    padding:0 1em 0 0.2em;
}
fieldset .formcheckbox {
    margin-left:27.6%;
    margin-top:1em;
}
fieldset input[type="submit"],
aside #nfo-box-myid input[type="submit"],
a.button {
    display:block;
    width:9.1667em;
    height:2.5em;
    margin:2em auto 0;
    background: #ffd501 url(../img/button.png) repeat-x;
    border:1px solid #f1ab00;
    border-radius:0.3333em;
    -moz-border-radius:0.3333em;
    -webkit-border-radius:0.3333em;
    cursor:pointer;
    text-shadow:0px 1px 1px rgb(255,255,255);
    outline: none;
}
fieldset input[type="submit"]:hover,
a.button:hover {
    border-color: #c38a00;
    -moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 10px rgba(241,171,0,1);
}
fieldset input[type="submit"]:focus,fieldset input[type="submit"]:active {
    font-weight:bold;
    border-color: #f1ab00;
    background-color: #ffee03;
    background-position: 0 -35px;
    -moz-box-shadow:0 0 12px rgba(241,171,0, .8);
    -webkit-box-shadow:0 0 12px rgba(241,171,0, .8);
    box-shadow:0 0 12px rgba(241,171,0, .8);
}
a.button,
a.button:visited {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    text-decoration: none;
    color: #000;
}
a.button:active {
    border-color: #f1ab00;
    background-color: #ffee03;
    background-position: 0 -35px;
    -moz-box-shadow:0 0 12px rgba(241,171,0, .8);
    -webkit-box-shadow:0 0 12px rgba(241,171,0, .8);
    box-shadow:0 0 12px rgba(241,171,0, .8);
}
.a-button-wide {
    text-align: center;
    margin-top: 2em;
}
.a-button-wide a.button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 5px;
}
fieldset input[type="submit"]::-moz-focus-inner {
    border:none;
}
fieldset .btn {
    text-align:center;
}
fieldset .btn input[type="submit"]{
    display:inline;
    margin-right:1em;
}
fieldset.bd {
    background-color:rgb(252,252,252);
}
.field-msg {
    display:inline-block;
    vertical-align:middle;
    max-width: 142px;
    font-size:0.9166em;
    margin: -4px -8px -3px 0;
    padding: 2px 0 2px 2px;
    line-height: 16px;
    position: relative;
    left: 8px;
    z-index: 2;
    border:1px solid rgb(164,17,0);
    background-color:rgb(213,23,55);
    color:rgb(255,255,255);
    border-radius:0.2727em;
    -moz-border-radius:0.2727em;
    -webkit-border-radius:0.2727em;
    -moz-box-shadow: 1px 1px 3px #ddd;
    -webkit-box-shadow: 1px 1px 3px #ddd
    box-shadow: 1px 1px 3px #ddd;
}
.field-msg.ajax {
/*    margin: -2px 0 -2px 0;*/
}
.field-msg div {
    margin-left:-13px;
    padding:0 0.36em 0.12em 17px;
    background:transparent url(../img/field-msg-arrow.gif) no-repeat 0 center
}
#terms-conditions {
    position:relative;
    margin-top:1em;
}
#terms-conditions textarea {
    width:100%;
}
#terms-conditions span {
    position:absolute;
    top:0;
    right:0;
    font-size:1.5em;
    padding:0.2em 0 0 0.5em;
    cursor:pointer;
    color:rgb(199,199,199);
}
#terms-conditions span:hover {
    color:#000;
}
#contact fieldset {
    padding-bottom:2em;
}
#contact textarea {
    width:44em;
    height:15em;
}
#contact label {
    width:13%;
}
#conditionsField div {
    height:250px;
    padding:1em;
    overflow:scroll;
    border:1px solid rgb(203,203,203);
}
#conditionsField input {
    display:inline;
}
form .forminput br {
    display:none;
}
#ui-datepicker-div select {
    font-weight:normal;
}
#link-conditions {
    display: inline-block;
    padding-left: 22px;
    background: url(../img/help.png) no-repeat 0 50%;
}
/* /forms */


/* calendar */
#ui-datepicker-div {
    display:none;
}
button {
    border:none;
    background-color:transparent;
    cursor:pointer;
    vertical-align:middle;
}
/* /calendar */


/* flash messages */
#flashes .flash,
#autorized-identity .flash {
    font-size:1.5em;
    padding:1em;
    margin: 30px 0;
    border:1px solid #88ba78;
    background-color: #f4fcf4;
    color: #2a8c09;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px rgba(135,188,117, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(135,188,117, 0.1);
    box-shadow: 0 0 10px rgba(135,188,117, 0.1);
}
#flashes div.flash {
    padding:1em 1em 0;
}
#flashes .flash.error {
    color:#ca003a;
    background-color:#FDECF0;
    border-color:#d05276;
    -moz-box-shadow: 0 0 10px rgba(208,82,118, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(208,82,118, 0.1);
    box-shadow: 0 0 10px rgba(208,82,118, 0.1);
}
.warning {
    margin-bottom:2em;
}
/* /flash messages */


/* logos */
h2.regSucc {
    font-size:2em;
    padding-top:2em;
}
#logos {
    text-align:center;
}
#logos a {
    display:inline-block;
    padding:3em;
}
/* /logos */


/* breadcrumbs */
#breadcrumbs span {
    padding:0 0.25em;
}
/* /breadcrumbs */


/* footer */
html, body, #page {
    height: 100%;
}
body > #page {
    height: auto; min-height: 99.9%;
}
#content {
    padding-bottom: 12.25em;
}
footer {
    position:relative;
    height:6.25em;
    margin-top:-8.25em;
    padding:1em 0;
    background-color:rgb(248,248,248);
    border-top:1px solid rgb(203,203,203);
}
footer li {
    display:inline;
}
footer img {
    float:left;
    margin-right:0.8333em;
}
footer div {
    overflow:hidden;
}
footer li,footer p {
    font-size:0.9166em;
}
footer p {
    width:500px;
    float:left;
}
footer ul {
    line-height:1.3em;
    color:rgb(151,151,151);
}
footer div ul {
    line-height:1em;
    width:500px;
    float:left;
}
footer a {
    color:rgb(0,63,111);
}
footer #new-logo {
    float:right;
}

/* /footer */
.w20px {
    width:20px !important;
}
.w2px {
    width:200px !important;
}

/* error pages */
#page.error h1 {
	margin:1em 0;
	text-align:left;
}
/* /error pages */

.clr {
    clear:both;
}

#flags {
    border: solid 1px #e4e4e4;
    border-right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#flags a {    
    width:29px;
    height:23px;
    display:block;
    float:left;
    background: #fff url(../img/flags/flags.png) 6px 3px no-repeat;
    border-right: solid 1px #e4e4e4;
}
#flags a:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#flags a:last-child {
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#flags a:hover {
    background-color: #fafafa;
}
#flags a.active {
    background-color: #e4e4e4;
    -moz-box-shadow: inset 0 3px  2px #d4d4d4;
    -webkit-box-shadow: inset 0 3px  2px #d4d4d4;
    box-shadow: inset 0 3px  2px #d4d4d4;
}
#flags #sk {
    background-position: 6px -24px;
}
#flags #pl {
    background-position: 6px -52px;
}


/* tabs - logins & general use */
.tabs {
    width: 100%;
    background: #fff;
    height: 39px;
}
.tabs li {
    float: left;
    margin-left: -1px;
}
.tabs li.first {
    margin: 0;
}
.tabs a,
.tabs a:visited {
    display: block;
    border: solid #e3e3e3;
    border-width: 1px 1px 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff url(../img/logforms/tab-bg.png) 0 40px repeat-x;
    text-decoration: none;
    outline: none;
    font-family: Arial;
    font-size: 14px;
    color: #b1b1b1;
}
.tabs a span {
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 11px;
    cursor: pointer;
}
.tabs.icon-tabs a span {
    background: url(../img/logforms/tab-ico.png) no-repeat;
    padding-left: 42px;
}
.tabs a:hover {
    background-position: 0 -42px;
    border-color: #bccce2;
    color: #5c82a6;
    position: relative;
    z-index: 3;
}
.tabs a:active {
    height: 36px;
    position: relative;
    top: 2px;
}
.tabs li.active {
    position: relative;
    z-index: 2;
}
.tabs li.active a {
    background-position: 0 0;
    background-color: #e9e9e9;
    border-color: #c7c7c7;
    color: #797979;
}
.tabs li.active a:hover,
.tabs li.active a:hover span {
    cursor: default;
}
.tabs li.active a:active {
    height: auto;
    position: static;
}
.tabs li.active a span {
    height: 39px;
}
.tabs #tab-local {
    width: 115px;
}
.tabs #tab-myid {
    width: 105px;
}
.tabs #tab-openid {
    width: 103px;
}
.tabs #tab-facebook {
    width: 116px;
}
.tabs #tab-google {
    width: 101px;
}

.tabs #tab-local span {
    padding-left: 34px;
    background-position: 8px 9px;
}
.tabs #tab-myid span {
    padding-left: 48px;
    background-position: 11px -30px;
}
.tabs #tab-openid span {
    background-position: 11px -70px;
}
.tabs #tab-facebook span {
    background-position: 12px -110px;
}
.tabs #tab-google span {
    background-position: 12px -150px;
}

.tabs-under-cover {
    height: 15px;
    margin-bottom: -10px;
    position: relative;
    top: -1px;
    background: #e9e9e9;
    border: solid #c7c7c7;
    border-width: 0 1px;
    border-top: solid 1px #c7c7c7;
}
.tabs-under-cover.right-round {
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topright: 16px;
    border-top-right-radius: 16px;
}
/* /tabs */


/* logbox general */
.log-box {
    position: relative;
    display: none;
}
.log-box.opened {
    display: block;
}
/* /logbox general */


/* logbox - local */
#login #log-box-local fieldset .forminput {
    margin-bottom: 1em;
}
#login #log-box-local fieldset .forminput label:first-child,
#login #password-recovery fieldset .forminput label:first-child {
    width: 8%;
    margin-right: 1em;
}
#login #log-box-local fieldset .forminput input,
#login #password-recovery fieldset .forminput input {
    padding: 4px 5px 5px 5px;
    width: 210px;
}
#login #log-box-local fieldset .formcheckbox {
    margin: 15px 0 0 56px;
}
#login #log-box-local fieldset input[type="submit"],
#login #password-recovery fieldset input[type="submit"] {
    margin: 20px 0 0 168px;
}

#log-box-local-nfo {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 198px;
    line-height: 15px;
    font-family: Arial;
    color: #7e7e7e;
}
#log-box-local-nfo .title {
    margin-bottom: 10px;
    font-weight: bold;
    padding-right: 1em;
}
#log-box-local-nfo .link-myid {
    color: #e5ac00;
    font-weight: bold;
    text-decoration: none;
}
#log-box-local-nfo .link-myid:hover {
    text-decoration: underline;
}

#register #log-box-local fieldset.bd .formcheckbox a {
    margin-right: 2px;
}
#register .requiredNfo {
    margin: 0 0 18px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #d11141;
}
/* /logbox - local */


/* logbox - myid */
#log-box-myid {
    font-family: Arial;
    color: #646464;
}
#log-box-myid fieldset {
    background: #fff url(../img/logforms/myid-box-bg.png) 0 100% repeat-x;
    border-color: #c7c7c7;
}
#log-box-myid h3.title,
aside #nfo-box-myid h3.title {
    margin: -25px -19px 23px;
    padding: 0 0 0 25px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #2a2a2a url(../img/logforms/myid-title.png) 100% 0 no-repeat;
}
#log-box-myid .forminput {
    float: left;
    width: auto;
    margin: 0;
}
#log-box-myid .forminput input,
aside #nfo-box-myid input {
    width: 192px;
    border: solid 1px #c7c7c7;
    padding: 6px 0 5px 38px;
    font-size: 18px;
    color: #555;
    color: #000;
    -moz-box-shadow: inset 5px 5px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: inset 5px 5px 6px rgba(0,0,0,0.05);
    box-shadow: inset 5px 5px 6px rgba(0,0,0,0.05);
    margin-right: .5em;
    background: #fff url(../img/logforms/myid-input-ico.png) no-repeat 10px 10px;
}
#log-box-myid .forminput input:focus,
aside #nfo-box-myid input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#log-box-myid .forminput .suffix {
    font-size: 18px;
    font-weight: bold;
    color: #6c6c6c;
}
#log-box-myid fieldset input[type="submit"],
aside #nfo-box-myid input[type="submit"],
#log-box-myid fieldset a.button {
    float: right;
    width: 105px;
    height: 31px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
    background: #6b6b6b url(../img/logforms/myid-btn.png) repeat-x;
    border-color: #777;
    outline: none;
    text-transform: capitalize;
}
#log-box-myid fieldset input[type="submit"]:hover,
aside #nfo-box-myid input[type="submit"]:hover,
#log-box-myid fieldset a.button:hover {
    background-position: 0 -40px;
    background-color: #5f5f5f;
    border-color: #666;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#log-box-myid fieldset input[type="submit"]:focus,
#log-box-myid fieldset input[type="submit"]:active,
aside #nfo-box-myid input[type="submit"]:focus,
aside #nfo-box-myid input[type="submit"]:active,
#log-box-myid fieldset a.button:focus,
#log-box-myid fieldset a.button:active {
    background-position: 0 -80px;
    background-color: #767676;
    border-color: #666;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#log-box-myid fieldset a.button {
    float: none;
    height: 28px;
    text-align: center;
}
#log-box-myid .links {
    padding-top: 2em;
    font-size: 14px;
}
#log-box-myid .links a {
    color: #646464;
}
#log-box-myid .links a:hover {
    text-decoration: none;
}
#log-box-myid .links span.sep {
    margin: 0 .5em;
}
#log-box-myid p {
    font-size: 14px;
}
#log-box-myid strong {
    color: #000;
}

#register #log-box-myid fieldset h3.title {
    text-align: left;
}
#register #log-box-myid fieldset {
    padding: 24px 18px;
    text-align: center;
}
#register #log-box-myid fieldset input[type="submit"] {
    float: none;
    width: 235px;
    height: 38px;
    margin: 0 auto;
}
/* /logbox - myid */


/* infobox */
.info-box fieldset.bd {
    padding: 24px 18px;
    margin: 1.5em 0;
}
.info-box h3.title {
    margin: -24px -18px 23px;
    padding: 0 0 0 25px;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 18px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #e9e9e9 url("../img/background/bg-info-box-title.png") repeat-x;
    border-bottom: solid 1px #c7c7c7;
}
.info-box h3.title span {
    display: block;
    height: 37px;
}
.info-box p {
    color: #6c6c6c;
}
.info-box p strong {
    color: #000;
}
.info-box input[type="text"],
.info-box input[type="password"] {
    padding: 4px 5px 5px;
    width: 210px;
}
.info-box a.button {
    margin-top: 5px;
}
/* /infobox */


/* autorized identity */
#autorized-identity .flash {
    position: relative;
}
#autorized-identity .flash strong {
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 18px;
}

#autorized-identity .choose-variant {
    margin-bottom: 25px;
    text-align: center;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    color: #c9c9c9;
}
#autorized-identity .col {
    width: 45%;
    text-align: center;
}
#autorized-identity .col-left {
    float: left;
}
#autorized-identity .col-right {
    float: right;
}
#autorized-identity .ico-large {
    display: inline-block;
    width: 100px;
    height: 96px;
    background: url(../img/background/bg-ico-account-autorization.png) no-repeat;
}
#autorized-identity .ico-large.ico-activate {
    background-position: 0 0;
}
#autorized-identity .ico-large.ico-join {
    background-position: 0 -103px;
}
#autorized-identity .ico-large.ico-arrow {
    background-position: 0 -210px;
    height: 80px;
}
#autorized-identity .account-info {
    margin: 12px 0 15px 0;
}
#autorized-identity .col .info-box {
    text-align: left;
}
#autorized-identity .info-box h3.title {
    padding-left: 0;
}
#autorized-identity .info-box h3.title span {
    padding-left: 35px;
    background: url("../img/logforms/tab-ico.png") no-repeat 10px 8px;
}
#autorized-identity .info-box h3.title span.myid {
    background-position: 11px -31px;
    padding-left: 45px;
}
#autorized-identity .info-box h3.title span.openid {
    background-position: 11px -72px;
    padding-left: 45px;
}
#autorized-identity .info-box h3.title span.fb {
    background-position: 11px -112px;
    padding-left: 45px;
}
#autorized-identity .info-box h3.title span.google {
    background-position: 11px -151px;
    padding-left: 45px;
}
#info-box-create-account label {
    width: 112px;
    margin-right: 10px;
}
#info-box-create-account input[type="text"],
#info-box-create-account input[type="password"] {
    width: 186px;
}
#info-box-create-account .confirm {
    margin: 12px 0 5px 126px;
}
#info-box-join-account label {
    width: 22%;
    margin-right: 10px;
}
#info-box-bind-accounts {
    width: 500px;
    margin: 0 auto;
}
/* /autorized identity */


/* right col */
aside .line {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background: #c7c7c7;
    margin: 18px 0;
}
aside #nfo-box-myid div.title {
    line-height: 20px;
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
aside #nfo-box-myid h3.title {
    margin: 0;
}
aside #nfo-box-myid .content {
    padding: 10px 10px 15px 15px;
    background: #fff url(../img/logforms/myid-box-bg.png) 0 0 repeat-x;
    border: solid 1px #c7c7c7;
    border-top: 0;
    font-family: Arial;
    color: #5d5d5d;
    font-size: 13px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
aside #nfo-box-myid p {
    margin-top: 15px;
}
aside #nfo-box-myid a {
    color: #5d5d5d;
}
aside #nfo-box-myid h4 {
    font-size: 18px;
    color: #6c6c6c;
    margin: .25em 0 .75em 0;
}
aside #nfo-box-myid input {
    width: 220px;
}
aside #nfo-box-myid input[type="submit"] {
    padding: 0;
    margin: 14px 8px 2px 0;
}
aside .button.forgotten-pwd {
    padding-left: 0;
    margin-top: 1em;
}
aside .button.forgotten-pwd span {
    display: block;
    padding-left: 38px;
    background: url(../img/button-forgotten-pwd.png) no-repeat 10px 5px;
}


/* external identity */
#external-identity {
    margin-bottom: 3em;
}
#external-identity h3 {
    font-weight: bold;
    margin-top: 0;
    font-family: Arial;
    font-size: 16px;
}
#external-identity p {
    color: #7c7c7c;
    font-size: 11px;
    line-height: 1.4em;
}
#external-identity ul {
    border-top: solid 1px #f2f2f2;
    margin-bottom: 1em;
}
#external-identity li {
    border-bottom: solid 1px #e5e5e5;
    padding: 6px 10px 10px 10px;
    background: #f5f5f5 url(../img/background/bg-external-identity.png) repeat-x;
}
#external-identity li .identity-name {
    display: block;
    font-family: Arial;
    font-size: 14px;
    color: #444;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 2px;
    background: url(../img/logforms/tab-ico.png) no-repeat;
}
#external-identity li .identity-name.mojeid {
    background-position: 0 -35px;
}
#external-identity li .identity-name.openid {
    background-position: 0 -76px;
}
#external-identity li .identity-name.fb {
    background-position: 0 -115px;
}
#external-identity li .identity-name.google {
    background-position: 0 -155px;
}
#external-identity li span.identity-url {
    color: #797979;
}
#external-identity li.myid .identity-name {
    background-position: 0 -35px;
}


/* list of connected web */
#connected-webs {
    margin-left: 8px;
}
#connected-webs li a {
    display: inline-block;
    height: 16px;
    line-height: 15px;
    padding-left: 24px;
    margin-bottom: 4px;
    background: url(../img/favicons.png) no-repeat;
}
#connected-webs .e15 a {
    background-position:  0 0;
}
#connected-webs .fitweb a {
    background-position:  0 -18px;
}
#connected-webs .maminka a {
    background-position:  0 -36px;
}
#connected-webs .orbion a {
    background-position:  0 -54px;
}
#connected-webs .recepty a {
    background-position:  0 -72px;
}
#connected-webs .sedmicka a {
    background-position:  0 -90px;
}
#connected-webs .strategie a {
    background-position:  0 -108px;
}
#connected-webs .zdn a {
    background-position:  0 -126px;
}
#connected-webs .zeny a {
    background-position:  0 -144px;
}
/* /list of connected web */
