div.lmbar{
 width:1198px;
 padding:3px 0px;
 height:46px;
 line-height: 40px;
 margin:0px 0px 20px 0px;
 background:#eee;
 font-size:18px;
 font-weight:bold;
 color:#09f;
}

div.regbox{
   width:1200px;
   height:auto;
   margin:10px auto 0px auto;
   border:1px solid #bef;
   padding:0px 0px 30px 0px;
   margin-bottom:30px;
   text-align:center;
   line-height:28px;
}


table.regtb{
   margin:auto;
   width:100%;
}

table.regtb td{
   line-height: 44px;
   height:44px;
   border:0px solid #aaa;
}

td.tdlm{
   width:38%;
   text-align: right;
   padding-right:10px;
}

td.tdinput{
   width:24%;
   text-align: left;
}

td.tdinput input{
   height:28px;
   padding:1px 5px;
   width:250px;
   border:1px solid #aaa;
}

td.tdinfo{
   width:38%;
   text-align: left;
   color:#aaa;
}

div.tabbox{
   width:640px;
   *width:650px;
   margin:40px auto 10px auto;
   text-align:center;
   border-bottom:1px solid #ccc;
   
}
div.tab{
   display:inline-block;
   width:210px;
   line-height:40px;
   font-size:14px;
   height:40px;
   background:#eee;
   border-radius:5px 5px 0px 0px;
   color:#aaa;
   border:1px solid #ddd;
   border-bottom:none;
   cursor:pointer;

   *float:left;
   *margin-left:4px;
}

div.tabsel{

   border-bottom:4px solid #09f;
   color:#09f;
   background:#def;
}
