@charset "utf-8";
/* CSS for Login/Registration page */

/*
table#registration {
    width: 100%;
    border-collapse: collapse;
}
table#registration td.registration-cell {
    vertical-align: top;
    width: 50%;
}
table#registration div.registration-cell {
    margin: 32px 20px 0 0;
}
table#registration div.registration-cell h3 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #653414;
    margin-bottom: 14px;
}
table#registration td.field-name {
    width: 100px;
}
*/


#registration h1.title {
    color: #346088;
    font-family: Georgia, serif;
    font-size: 25px;
    margin-bottom: 6px;
}
#registration sup {
    color: #ff6904;
    font-family: Tahoma, sans-serif;
}
#registration .note {
    color: #6b603e;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}
#registration .note a {
    color: #29557c;
    font-weight: bold;
}
#registration .note p {
    margin-bottom: 1em;
}
#registration table.form {
    border-collapse: collapse;
}
#registration table.form td {
    color: #6b603e;
    font-family: Arial, sans-serif;
    font-size: 12px;
    vertical-align: top;
}
#registration table.form td .input {
    background-color: white;
    border: 1px solid #c6ba94;
    color: black;
    padding: 1px 6px;
    width: 170px;
}

#registration table.form td .disabled {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    color: #0b1141;
    padding: 1px 6px;
    width: 170px;
}

#registration table.form td .input-wrapper {
    float: left;
    margin: 4px 0;
}
#registration table.form .warn,
#registration table.form .info {
    color: #838ac9;
    padding-left: 20px;
    margin: 4px 0 0 195px;
    line-height: 20px;
    background: url('../new-i/icons/info.gif') no-repeat left 0;
    display: none;
}
#registration table.form .focus .info {
    display: block;
}
#registration table.form .warning .warn {
    color: #ff6904;
    background: url('../new-i/icons/warning.gif') no-repeat left 1px;
    display: block;
}

#registration table.form .static-info {
    color: #838ac9;
    padding-left: 20px;
    margin: 4px 0 0 195px;
    line-height: 20px;
}
#registration table.form .static-info span.static-info-msg {
    background: white;
}

#registration table.form .warning .field-name span {
    color: #ff6904;
}
#registration table.form td.field-name {
    padding-right: 12px;
    line-height: 28px;
    white-space: nowrap;
}
#registration table.form div.agreement {
    margin-top: 8px;
}
#registration table.form div.agreement input.checkbox {
    margin-right: 0.5em;
}
#registration table.form div.agreement a {
    color: #c46119;
    text-decoration: none;
}
#registration table.form div.agreement a:hover {
    text-decoration: underline;
}
#registration table.form div.register {
    margin-top: 12px;
}
#registration .error {
    color: #ff6904;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#registration .success {
    color: #0469ff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

div#profile, div#password, div#avatar {
    margin-bottom: 30px;
}

#registration div.img-wrapper {
    padding-bottom: 10px;
}