@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
}

a img {
    border: none;
}

body {
    font-family: 'PT Sans', sans-serif;
    height: 100%;
}

#page-wrapper {
    margin: 0 auto -35px;
}

.login_body {
}

.login_center {
}

.shades {

    overflow: hidden;
}

.login_screen {
    width: 601px;
    margin: 15px auto 0 auto;
}

.login_box {
    background: transparent url('/images/login_box.jpg') left top no-repeat;
    width: 561px;
    height: 411px;
    padding: 20px;
    overflow: hidden;
}

.box {
    box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -webkit-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -moz-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    background-color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 561px;
    min-height: 411px;
    padding: 0;
    overflow: hidden;
    margin: 30px 0 30px 20px;
}

.logo {
    display: block;
    margin: 30px 147px 30px 0;
}

.box .logo_login {
    display: block;
    margin: 30px 0 20px 200px;
}

.logo h1 {
    color: #666;
    font-size: 18px;
    margin: 9px 8px;
    font-weight: bold;
    float: right;
    width: 117px;
}

.loginline {
    clear: both;
}

.login_form {
    clear: both;
    padding: 20px 0 0 75px;
}

.loginline {
    clear: both;
    height: 35px;
    margin: 0 0 7px 0;
}

.loginline label {
    float: left;
    width: 115px;
    text-align: right;
    font-size: 13px;
    color: #8d9c83;
    margin: 8px 10px 0 0;
}

.input_holder {
    background: transparent url('/images/input_field.jpg') left top no-repeat;
    width: 206px;
    height: 27px;
    float: left;
    padding: 8px 0 0 10px;
}

.input_holder input {
    float: left;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #508133;
    font-size: 13px;
    width: 195px;
    font-family: 'PT Sans', sans-serif;
}

/* 'with_option' is un-used, but referenced in commented-out code */
.with_option {
    display: block;
    clear: both;
    margin: 0 0 0 125px;
}

.with_option input {
    float: left;
    width: 13px;
    height: 13px;
}

.with_option span {
    float: left;
    font-size: 11px;
    color: #8d9c83;
    padding: 0 0 0 5px;
}
/* ends 'with_option' un-used */

.login_button {
    background-color: #6ba410;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #666;
    width: 93px;
    height: 33px;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin: 20px 0 0 125px;
    text-shadow: 1px 1px 0 #6ba410;
}

a.cancel {
    float: left;
    height: 16px;
    text-decoration: underline;
    color: #09c;
    padding: 33px 0 0 15px;
    font-size: 16px;
}

a.cancel:hover {
    color: #000;
}

.login_button:hover {
    color: #000;
    border: 1px solid #000;
}

.last_line {
    overflow: hidden;
    height: auto;
    float: left;
}

#message {
    color: #b50000;
    margin-bottom: 15px;
    margin-left: 125px;
}

#error-message {
    color: #b50000;
    clear: both;
    font-size: 11px;
}

#warning_div {
    clear: both;
    text-align: center;

}

.red-box {
    padding: 5px;
    margin: 15px 25px;
    border: 3px solid #b40000;
    background-color: #bd5050;
    color: #000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.red-box h2, .red-box p {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding-top: 10px;
}

.login_box a:hover {
    color: #000;
    text-decoration: underline;
}


