body
{
    background: url(../images/loginbg/loginbg_01.jpg) no-repeat center center fixed;
 
    background-color:#56acc5;
   
}

 
.main_box {
    position: absolute; top:50%; left:50%; margin-top:-260px; margin-left: -300px; padding: 30px; width:600px; height:460px;
    background: #FAFAFA; background: rgba(255,255,255,0.5); border: 1px #DDD solid;
    border-radius: 5px;
    -webkit-box-shadow: 1px 5px 8px #888888; -moz-box-shadow: 1px 5px 8px #888888; box-shadow: 1px 5px 8px #888888;
    font-size:14px;
}
.main_box .setting {position: absolute; top: 10px; right: 10px; }
.main_box .setting a {color: #FF6600;}
.main_box .setting a:hover {color: #555;}

.login_logo {margin-bottom: 20px; height: 45px; text-align: center; font-size:20px; font:Á¥Êé; color:#FF6600; font-weight:bold;}
.login_logo img {height: 45px;}
.img{border:0}


.bottom {padding-top: 80px;text-align: center; font-size: 12px;}
.bottom  a {color: #000000;}
.bottom  a:hover {color: #ff4d59;}

.bold{ font-weight:bold;}
div.OkMsg { border-right: #00be00 1px solid; padding-right: 4px; border-top: #00be00 1px solid; padding-left: 35px; background: url(../images/msg/OK.png) #e6ffe6 no-repeat 1px 1px; padding-bottom: 4px; border-left: #00be00 1px solid; color: #000; padding-top: 4px; border-bottom: #00be00 1px solid; text-align:left; display:inline; font-size:large;}
div.WarningMsg {	border-right: #00a8ff 1px solid; padding-right: 4px; border-top: #00a8ff 1px solid; padding-left: 35px; background: url(../images/msg/warning.png) #e2f5ff no-repeat 1px 1px; padding-bottom: 4px; border-left: #00a8ff 1px solid; color: #000; padding-top: 4px; border-bottom: #00a8ff 1px solid; text-align:left;display:inline;font-size:large;}
div.ErrorMsg {	border-right: #fc0415 1px solid; padding-right: 4px; border-top: #fc0415 1px solid; padding-left: 35px; background: url(../images/msg/error.png) #fff2e9 no-repeat 1px 1px; padding-bottom: 4px; border-left: #fc0415 1px solid; color: #000; padding-top: 4px; border-bottom: #fc0415 1px solid; text-align:left;display:inline;font-size:medium;}
div.Tips {	border-right: #3681b6 1px solid; padding-right: 4px; border-top: #3681b6 1px solid; padding-left: 35px; background: url(../images/msg/tips.png) #d8edfc no-repeat 1px 1px; padding-bottom: 4px; border-left: #3681b6 1px solid; color: #000; padding-top: 4px; border-bottom: #3681b6 1px solid; text-align:left;display:inline;font-size:large;}
div.Msg {   padding-left: 24px;  background: url(../images/msg/OK.png); padding-top: 4px;padding-bottom: 4px; text-align:left;display:inline;}
