* { margin:auto; padding:0px;}
body{background-color: #FFFFFF;}
#page{ text-align:center; /*background-color:#f3f3f3;*/ }
.part { width:1100px; border:0px; background-repeat:no-repeat; }

#mssagebox{ width:590px; height:300px; background-color:#fff; overflow:hidden; }
#index_12 { text-align:left;}
#linkbox { 
    width:294px;
    height:280px; 
    position:relative;
    left:182px;
    top:0px;
   cursor:pointer;
}
#linkbox table{ border-collapse:collapse;}
#navbox{
    position:fixed;
    top:30px;
    left:0px;
    width:110px;
    border:1px solid #ccc ;
    min-height:100px;

}
#navbox a{ text-decoration:none; color:#555; font-size:12px;}
.list{ border:1px dotted #ccc; cursor:pointer;  opacity:0.6; text-align:left; margin-top:-1px; 
       height:25px;
       line-height:25px;
       vertical-align:middle;
       padding-left:25px;
       background-image:url('navbg.jpg');
       background-repeat:no-repeat;
}
.list:hover{ color:blue;  opacity:1;}
.list_hover { font-weight:bold; opacity:1;background-image:url('navbg_hover.jpg');  }
.yuyue{cursor: pointer;}
#mssagebox{
    font-size: 12px;
}
#mssagebox input{
    border: 1px solid #7D7D7D;
    width: 200px;
}
#mssagebox tr td:nth-child(2){
    text-align: left;
}