body.login {
    background-image: url("../img/pick_bg.jpg");
    background-repeat: repeat-x;
    color: #363636;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
body{
    color: #363636;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
html {
    background-image: none;
}
#versionBar {
    background-color:#212121;
    position:fixed;
    width:100%;
    height:35px;
    bottom:0;
    left:0;
    text-align:center;
    line-height:35px;
}
.copyright{
    text-align:center; font-size:10px; color:#CCC;
}
.copyright a{
    color:#A31F1A; text-decoration:none
}
#LoginForm_username {
    background-image: url("../img/user_.png");
}
#LoginForm_password {
    background-image: url("../img/pass_.png");
}
#LoginForm_username, #LoginForm_password {
    background-position: 2px 3px;
    background-repeat: no-repeat;
    color: #999999;
    font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
    font-size: 25px;
    height: 30px;
    line-height: 35px;
    margin: auto auto 10px;
    text-align: center;
    width: 80%;
}
#login .formLogin{
    padding-top: 65px;
    width:100%;
    text-align:center;
    margin:auto;
    position: relative;
    left: -100px;
    opacity:0;
    filter:alpha(opacity=0);
    height: 150px;
    padding: 90px 0px 20px 0px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
#login {
    width:430px;
    height:254px;
    margin:20px auto;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-200px;
    margin-top:-148px;
    opacity:0;
    filter:alpha(opacity=0);
    border: 5px #f4f4f4 solid;
    min-width:200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
#login .ribbon {
    position: absolute;
    width: 111px;
    height: 110px;
    z-index: 12;
    margin-top: -8px;
    margin-left: -9px;
}
#login .shadow {
    position: absolute;
    width: 434px;
    z-index: -1;
    margin-top: 5px;
    background-image: url(../img/shadowForm.png);
    height: 33px;
    margin-left: -20px;
}
#login .inner {
    background-color:#FFF;
    border: 1px #cccccc solid;
    min-height: 230px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
#login .logo {
    width:191px;
    height:41px;
    margin:20px auto;
    text-align:center;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);
    top: 5%;
    left: 50%;
    margin-left: -95px;
    z-index: 11;
    background-color: #FFF;
}
#overlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#111;
    /*	opacity:0.1;
    filter:alpha(opacity=10);*/
    z-index:1000;
    display: none;
}
#preloader {
    background: #000000 url(../img/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 120px;
    z-index: 1209;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow:none;
    display: none;
}
#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow:none;
    display: none;
}
.text_success {
    font-size:14px;
    text-align:center;
    margin:0px 0 35px 0;
    line-height:25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}
.text_success span {
    display: block;
    padding: 10px;
    color: #CCC;
}
#header #account_info img.gearhover {
    transform:rotate(180deg);
    -moz-transform:rotate(180deg); /* Firefox 4 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
}
.widget {
    border: 1px solid #CDCDCD;
    margin: 25px 0 15px;
}
.widget .header {
    background: -moz-linear-gradient(center top , #FFFFFF 19%, #EDEDED 100%) repeat scroll 0 0 transparent;
    border-bottom: medium none;
    height: 40px;
}
.widget .header span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0 0 15px;
}
.gear{
    vertical-align: baseline;
}
@media (min-width: 980px) {
  body {
      padding-top: 50px;
  }
}
.hidden-field { 
    position: absolute;
    left: -9999px;
}
.center{
    text-align: center;
}
.null{
    color: red;
}