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;
}

div.leftdiv{
	width:400px;
	height:auto;
	line-height:30px;
	padding:10px 0px 0px 20px;
	float:left;
	text-align:center;
}

div.regdiv{
  vertical-align:top;
  width:auto;
  float:left;
  margin-left:10px;
}

table.grreg{
	width:760px;
	margin-bottom:10px;
	border:0px solid #ff0;
}

.grreg td{
   font-size:12px;
   line-height:40px;
   border:0px solid #f00;
}
.grreg .td1{
   text-align:right;
   width:110px;
   font-size:14px;
}
.grreg .td2{
   text-align:left;
   width:650px;
   border:0px solid #f00;
}

input[type='text'],input[type='password']{
	line-height: 25px!important;
	height: 25px!important;
}

span.tip{
   color:#aaa;
   padding-left: 5px;

}

input[type=text],input[type=password],select{  /* ie6 不支持 type=*** */
   padding:2px;
   height:20px;
   line-height:20px;
   border:1px solid #aaa;
   width:180px;
   vertical-align:middle;

}

