@charset "utf-8";

html, body, div, p, span, img, form, input, label {
    background:none;
    border:0;
    border-collapse:collapse;
    color:#383838;
    font: 14px Arial, Helvetica, sans-serif;
    line-height:100%;
    margin:0;
    padding:0;
    text-align:left;
    text-decoration:none;
}

a {
    color:#184e90;
    text-decoration:none;
}

a:hover,
a:focus {
    color:#4087dd;
    text-decoration:underline;
}

body {
    background: #e7eded url('../images/bg_tile.gif') repeat-x left top;
}

input {
    background-color:#fff;
    border:1px solid #707173;
    color:#222;
    padding:2px;
}

input[type="submit"] {
    border:0;
    cursor:pointer;
    height:40px;
    text-align:center;
    width:92px;
    color:transparent;
}

input[type="submit"]:hover {
    background-position: 0 -40px;
}

.input_submit {
    background:url('../images/btn_submit.png') repeat-x left top;
}

.input_register {
    background:url('../images/login/btn_register.png') repeat-x left top;
}

.input_login {
    background:url('../images/login/btn_login.png') repeat-x left top;
}

.input_send_link {
    background:url('../images/login/btn_sendlink.png') repeat-x left top;
}

p {
    text-align:center;
}

#login_container {
    background:url('../images/login/login_box.png') no-repeat right top;
    height:385px;
    margin:100px auto 0 auto;
    width:495px;
}

#login_content {
    padding:125px 15px 0 15px;
    position:relative;
    z-index: 2;
}

h1.welcome {
    color:#323232;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.login_error {
    color:#742c3e;
    font-size:13px;
    line-height: 1.5;
    margin: 0 10px;
    padding:0 0 25px 0;
}

.pb-10 {
    padding-bottom: 10px;
}

p.login_error p {
    line-height:14px;
}

.form_label {
    float:left;
    margin-top:3px;
    text-align:right;
    width:190px;
}

.form_input {
    float:right;
    text-align:left;
    width:275px;
}

.form_input span {
    font-size:10px;
}

#login_button {
    margin-top:10px;
    text-align:center;
}

.clear {
    clear:both;
    height:7px;
}

#login_bottom {
    font-size:12px;
    height:15px;
    margin:-35px auto 0 auto;
    position:relative;
    text-align:left;
    width:450px;
    z-index: 1;
}

#login_bottom a {
    float:right;
    padding-left:15px;
    font-weight: bold;
}

.maintenance_msg {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 15px;
}

/* Accessibility */
.skiplink {
    background-color: #fff;
    left: -9999em;
    position: absolute;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

:focus.sr-only {
    width: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    clip: auto;
}
