 body{
 padding:0;
 margin:0;
 font-family:Arial,Helvetica,sans-serif;
 font-size:14px;
 }
 div.header{
 height:39px;
 line-height:39px;
 border-bottom:1px solid #E0E0E0;
 padding-left:20px;
 }
 div.header a{
 text-decoration:none;
 color:#000;
 display:inline-block;
 margin-right:7px;
 outline:none;
 zoom:1;
 }
 div.header a:hover{
 color:#00B075;
 border-bottom:2px solid #00B075;
 }
 div.header a.selected{
 color:#00B075;
 font-weight:bold;
 cursor:default;
 border-bottom:2px solid #00B075;
 }
 div.main{
 position:relative;
 width:700px;
 margin:60px auto 0;
 padding-top:132px;
 }
 div.main img{
 position:absolute;
 left:216px;
 top:10px;
 }
 div.main form{
 margin-left:123px;
 }
 div.main form .q{
 border:4px solid #00B075;
 height:40px;
 width:430px;
 padding-left:5px;
 }
 div.main form .btn{
 margin-left:11px;
 height:40px;
 line-height:40px;
 background:#00B075;
 width:90px;
 color:#fff;
 font-weight:bold;
 border:none;
 text-align:center;
 font-size:15px;
 font-family:Arial,Helvetica,sans-serif;
 position:relative;
 top:1px;
 cursor:pointer;
 }
 div.langs{
 width:400px;
 margin:35px auto 0;
 text-align:center;
 background:#fff;
 }
 div.langs .clang{
 color:#333;
 }
 div.langs .selector{
 text-decoration:none;
 position:relative;
 }
 div.langs .selector .more{
 color:#00c;
 font-size:13px;
 cursor:pointer;
 }
 div.langs .selector .icon{
 color:#00c;
 font-size:10px;
 cursor:pointer; 
 }
 div.langs .options{
 position:absolute;
 width:240px;
 padding:4px 0;
 left:-130px;
 top:35px;
 line-height:20px;
 font-size:11px;
 overflow:hidden;
 background:#fff;
 border-width:1px;
 border-style:solid;
 border-color:#C9D7F1 #3366CC #3366CC #A2BAE7;
 display:none;
 }
 div.langs .options a{
 width:80px;
 float:left;
 }
 div.footer{
 position:fixed;
 left:0;
 right:0;
 bottom:0;
 width:100%;
 font-size:12px;
 text-align:right;
 height:30px;
 line-height:30px;
 border-top:1px solid #D4D5D6;
 padding-right:20px;
 }
 div.footer a{
 color:#666;
 margin-right:17px;
 text-decoration:none;
 }