/*----------------------------------------
Name: regist.css
Developed by: CMS
Date Created: 2010-06-27
Last Updated: 2010-06-27
Copyright: CMS
----------------------------------------*/
@charset "utf-8";
@import url(global.css);  

.container{min-width:980px;margin:0 auto;}
.main{width:980px;margin:0 auto; font-size:14px; margin-bottom:20px;}
.main h2{text-indent:20px; color:#3e3e3e;}
.input , .input2{width:290px;height: 30px;}
.regist-submit{margin-left: 22%;}
.login-button{background:url(../img/member/denglu.gif) no-repeat; width:94px; height:32px; border:0 none; color:#fff; font-size:14px; font-weight:bold; cursor:pointer;}
 .footer{width:980px;margin:0 auto;padding:20px 0;line-height:1.8;text-align:center;color:#999;}
.footer a:link,.footer a:visited{color:#999;}
 
 .login-bg{width:374px; height:405px; border:1px solid #dcdcdc; margin-left:65px;}
.button001{height:50px; width:63px; background:url(../img/denglu.jpg); background-repeat:repeat-x}
label.error{font-size:12px;}
.forgot-password a:link,.forgot-password a:visited{color:#999999;}
.forgot-password a:hover,.forgot-password a:active{color:#999999; text-decoration:underline;}


.regist-submit{
	margin-top: -10px; 
	background-color: #6e1100; 
	outline: none; 
	padding: 5px 10px; 
	font-size: 14px; 
	line-height: 1.57142857; 
	border-radius: 3px; 
	color: #fff; 
	border: 1px solid #6e1100;
	}