

/********** Login *************/
.container{
	width:1000px;
	margin:0px auto;}
.regist{
	margin-bottom:10px;}

.regist .mt{ 
 	border-bottom:1px solid #dddddd;
	margin-bottom:-1px;
	overflow:visible;
	padding-right:10px;
	position:relative;	}
	
.red{
	color:#f00;
	}	
	
	
.regist .tab{
	height:33px;
	margin:0;
	padding:0;
	}
	
.clearfix{zoom:1;}

ul, li{list-style-type:none;}

	
.regist .tab .curr{
     background:none repeat scroll 0 0 #ffffff;
	 border-bottom:medium none;
	 box-shadow:2px 0 2px #dddddd;
	 color:#e4393c;
	 font-weight:bold;
	 height:33px;
	 line-height:33px;
	 margin-top:0;
	 position:relative;}
	 
	 
.regist .tab li{
	font-size:14px;
	line-height:28px;
	margin-right:5px;
	margin-top:3px;
	text-align:center;
	width:100px;
	float:left;
	background:none repeat scroll 0 0 #f7f7f7;
	border:1px solid #dddddd;
	cursor:pointer;}
	
	
.clearfix:after{content:"020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
	
	
.regist .mt .extra{position:absolute;
	right:20px;
	top:5px;}
	
ul li span div form{
	background:transparent;
	border:0;
	margin:0; 
	padding:0;}
	
	
a{text-decoration:none;
	color:#666;
	outline:none;}
	
	
.regist .mc{
	border-color:#dddddd;
	border-image:none;
	border-style:solid;
	border-width:0 1px 1px;
	padding:30px 0 20px;}
	
	
.form{ width:100%;
vertical-align:middle;}

.form .item{line-height:30px;
	display:block;
	margin-bottom:20px;
	height:60px;
	padding-top:9x;}
	
	
.form .item span.label{
	float:left;
	height:18px;
	line-height:18px;
	padding:6px 0px;
	text-align:right;
	width:125px;}
	
.regist .label{
	color:#999;
	font-size:14px;
	padding-right:10px;
	text-align:right;
	width:300px;
	float:left;}
	
.regist .text{
	border:1px solid #cccccc;
	color:#999;
	font-size:14px;
	overflow:hidden;
	padding:10px 25px 10px 5px;
	width:238px;
	float:none;
	font-family:arial,"宋体";}
	
input, select, textarea, button{
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	outline:medium none;}
	
.regist .error{
	background:none repeat scroll 0 0 #ffebeb;
	border:1px solid #ffbdbe;
	color:#e4393c;
	height:36px;
	line-height:36px;
	padding:0 5px;
	width:260px;
	cursor:pointer;
	margin-top:0;
	color:#f00;
	display:inline-block;}
	
	
.regist .btn, .edit-cont .btns{
	background:none repeat scroll 0 0 #f4f4f4;
	border:1px solid #dddddd;
	color:#333;
	display:inline-block;
	height:36px;
	line-height:36px;
	margin-left:10px;
	margin-top:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:106px;
	cursor:pointer;}