
* {
    margin: 0;
    padding: 0;
}
.cleaner {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
body {
    background: url("login_bgrd.gif") repeat-x scroll left top #666666;
    font: 10px Verdana,sans-serif;
}
form, input {
    font: 10px Verdana,sans-serif;
}
form {
    background: url("form_bgrd.jpg") no-repeat scroll left top transparent;
    border-color: #444444;
    border-style: solid;
    border-width: 0 5px 10px 0;
    color: #FFFFFF;
    display: block;
    height: 300px;
    left: 50%;
    margin: -160px 0 0 -300px;
    position: absolute;
    top: 50%;
    width: 600px;
}
form h1 {
    display: block;
    height: 262px;
    overflow: hidden;
    text-indent: -1000px;
}
form label {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
}
form div {
    bottom: 0;
    left: 0;
    padding: 0 45px 10px;
    position: absolute;
    width: 510px;
}
form label {
    display: block;
    float: left;
    width: 40%;
}
form .field {
    -moz-border-radius: 6px;
    
    background: none repeat scroll 0 0 #476194;
    border: 1px solid #FFF;
    color: #FFFFFF;
    margin: 0 0 10px;
    padding: 3px;
    width: 90%;
}
form .btn {
    -moz-border-radius: 6px 6px 6px 6px;
    background: none repeat scroll 0 0 #2f4570;
    border: 1px solid #2f4570;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
form .btn {
    height: 22px;
    margin-top: 13px;
    width: 20%;
}
form .hr {
    border-top: 1px solid #0099CC;
    margin-bottom: 10px;
}
.error {
    background: none repeat scroll 0 0 #000000;
    border: solid 1px #FFFFFF;
    border-width: 1px 0;
    bottom: 66px;
    color: #FF0000;
    display: block;
    font-weight: bold;
    left: 0;
    padding: 10px 45px;
    position: absolute;
    width: 510px;
}
form div.err {
    height: 46px;
    padding-top: 10px;
}
form div.err .field {
    border-color: #FFFFFF;
}
form div.err .btn {
    background: none repeat scroll 0 0 #1D4F73;
    border-color: #1D4F73;
}
form div.err .hr {
    display: none;
}
.form {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 5px solid #FFFFFF;
    overflow: hidden;
}
.form div.err {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}
* html form *, *:first-child + html form * {
    display: none;
}
* html form, *:first-child + html form {
    background: url("../version_warning.jpg") no-repeat scroll center center transparent;
}