@import "buttons.bar.css";

.form-panel input[type=text],
.form-panel input[type=password],
.form-panel input[type=email],
.form-panel input[type=url],
.form-panel input[type=number],
.form-panel select {
    color: #444;
    font-size: 1.2em;
    height: 1.7em;
    padding: 0 7px;
    margin: 0;
}
.form-panel a[role=button],
.form-panel a[role=button]:hover,
.form-panel a[role=button]:visited {
    display: inline-block;
    padding: .6em 1em;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333399;
}
.form-panel a[role=button]:hover {
    text-decoration: underline;
}
#container {
    margin: auto 3em;
}

#captcha-img {
    height: 60px;
    text-align: center;
    border: 1px solid transparent;
}
#captcha-input {
    position: relative;
    padding: 3px 0;
}
#captcha-input label {
    float: none !important;
}
#captcha a.button {
    display: inline-block;
    position: relative;
    height: 21px;
    margin: 0 2px;
    line-height: 0;
    text-decoration: none;
    outline: none;
    background: #fff none no-repeat center center;
    opacity: .7;
}
#captcha a.button:hover {
    opacity: 1;
}
#captcha a.button span {
    left: -99999em;
    position: absolute;
}
#captcha #captcha-reload-btn {
    background: url("/img/refresh.png") no-repeat 50% 50% transparent;
}
.signin {
    width: 490px;
    line-height: 2.5;
    margin: 0 auto;
}
.signin-box {
    margin-top: 2em ;
}
.signin fieldset.radiogroup {
    padding: 0;
}
.signin h1, .signup h1, .reset-password h1 {
    margin: 0;
    padding: 1em 0 0;
    line-height: 1.6;
}
.signin #subheading, .sigup #subheading, .reset-password #subheading {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.signin #messagebar, .signup #messagebar, .reset-password #messagebar {
    line-height: 1.6;
}
.signin fieldset, .signup fieldset, .reset-password fieldset {
    margin: 0;
    padding: 2em 3em;
    background-color: #f8f8f8;
}
#login-buttons {
    clear: both;
    margin-top: 1em;
}
#login-btn {
    float: right;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    min-width: 77px;
    text-align: center;
}
#login-buttons a {
    float: left;
    display: inline-block;
    margin: 0 1.7em 0 0;
    text-align: right;
}

.signup {
    width: 510px;
    margin: 0 auto;
}
.signup-box {
    line-height: 2.5;
}
.signup-buttons {
    margin-top: 1.5em;
    text-align: right;
}
.signup #captcha {
    margin: 1em auto;
}
.signup #captcha-input label {
    float: none !important;
}

.reset-password {
    width: 510px;
    margin: 0 auto;
}
.reset-password-box {
    line-height: 2.7;
    margin-top: 2em;
}

#login-footer {
    font-size: 92%;
}
