
.register-box {
	display:inline-block;
	border:2px solid #777777; 
	border-radius:10px;
	width:700px;
}
.register-box table td:nth-child(1) {
	text-align:left;
	padding:0 10px;
}
 
.register-box .column-state {
	width:0px;
	height:0px;
	
}
 
.register-box input[type=text] ,
.register-box input[type=password] {
	width:500px
}
.register-box input[type=submit] {
	margin:10px -10px 10px 0 ;
}
.register-box .title {
	line-height: 40px;
	height: 40px;
	background: #eeeeee;
	text-align: center;
	border-radius:10px 10px 0 0;
	margin-bottom: 10px;
}

.error{
	
}