body{font-size:72.5%;margin:30px 0px;font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif; background-color:#2e2e2e;line-height: 18px ; color:#333;}
img{border:0}
from{margin:0px;}

a:link,a:visited,a:active{
    /*color: #333;*/
    text-decoration: none
} 
a:hover{color:#FF6600;text-decoration: underline}

.all{ min-height:700px;width:900px;border-top:7px solid #8b929c;border-bottom:7px solid #8b929c;border-right:9px solid #8b929c;border-left:9px solid #8b929c;margin:0px auto;}
.all .box{background-color:#4d565d;width:100%;min-height:700px;}
.all .box .top{
    width:480px;
    height:51px;
    background-color: #dbddde;
    float:right;
    border-style:solid;
    border-width:2px;
    border-color:yellow;
    margin-top:7px;
    margin-right:7px;
    padding:2px;
}
.all .box .top #tip{
    font-size:1em; /*Firefox*/
    line-height:1em;
}
*html #tip{
    font-size:1.1em;
}
.all .box .top .title{text-align:center;font-family:Arial,Verdana,Geneva,Helvetica,sans-serif}
.all .box .right{width:400px; color:#fff;font-weight:bold;padding:20px 10px 0 0; text-align:right;float:right;}
.all .box .menu{background-color:#4476d2;height:40px;}
.all .box .menu a{font-weight:bold;}
.all .box .menu a:hover{color:#FF9900; text-decoration:underline}
.all .box .main{background-color:#dbddde;margin-top:2px;padding:10px;min-height:700px;}

* html .all{
    height:700px;
}
* html .all .box{
    height:700px;
}
* html .all .box .main{
    height:700px;
}
.section-header {text-align:center;}
.server-message {font-weight:normal; text-align:center; font-style:italic; }
.block-body { width:50%; margin:10px auto; }