body{
    margin:0;
    padding:0;
    color:595959;
    overflow: hidden;
}
body{
    font-family:arial,Verdana;
    margin:0;
    padding:0;
    background:#dcdcdc;
    font-size:12px;
    line-height:22px;
    color:#010101;
}
html,body{
    height:100%;
}
.install_box{
    width:800px;
    height:500px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-250px;
}
.install_box h1{
    height:40px;
    line-height:40px;
    width:800px;
    text-align:center;
    font-size:20px;
    color:#fff;
    background:url(./images/vbs/load_title_bg.png) no-repeat left top;
}
.install_con{
    border:1px solid #999;border-top:0;
    height:459px;width:798px;
    position:relative;
}
.tips_tit{
    width:142px;
    padding:10px 0 0 48px;
    height:27px;
    line-height:27px;
    color:#fff;
    font-size:14px;
    padding-top:10px;
    background:url(./images/vbs/load_h3_bg1.gif) no-repeat left top;
    position:absolute;
    left:-9px;
    top:80px;
}
.tips_list{
    padding:140px 0 0 42px;
    color:#666;
    font-size:14px;
    line-height:2em;
}
.load_tit{
    width:142px;
    padding:10px 0 0 48px;
    height:27px;
    line-height:27px;
    color:#fff;
    padding-top:10px;
    font-size:14px;
    background:url(./images/vbs/load_h3_bg2.gif) no-repeat left top;
    position:absolute;left:-9px;
    top:266px;
}
.load_box{
    padding:82px 0 0 42px;
}
h1{
    padding:0;
    margin:0;
}
div,form,img,ul,ol,li,p,dl,dt,dd {
    margin: 0; 
    padding: 0; 
    border: 0; 
}
ul,li{
    list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:normal;
}
a:link{
    color:#1a5c7e;
    text-decoration:none;
}
a:visited{
    color:#1a5c7e;
    text-decoration:none;
}
a:hover{
    color:#a60000;
    text-decoration:underline;
}
a:active{
    color:#a60000;
}