* {
	margin: 0 auto;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

ul {
	padding: 0;
	list-style: none;
}

#formDiv {
	margin: 0 auto;
	margin-top: 10%;
	width: 348px;
}

#formDiv  h3 {
	font-size: 30px;
	margin-left: 87px;
	margin-bottom: 30px;
}

#formDiv li:nth-child(-n+6)  input {
	margin-bottom: 15px;
	width: 340px;
	height: 40px;
}

#checkCode,#imgCode {
	width: 180px;
	height: 40px;
	float: left;
	margin-right: 9px;	
}
#imgCode {
	margin-bottom: 15px;
}
#checkImg {
	width: 151px;
	height: 44px;
	float: left;
}
#sendCheck {
	width: 151px;
	height: 44px;
	float: left;
	border: none;
	color: #828482;
	background-color: white;
	border: solid 1px #A9A9A9;
}

#readDiv {
	margin-top: 15px;
	margin-bottom: 20px;
}

#isRead {
	width: 15px;
	height: 15px;
	margin-top: 10px;
}

#readDiv a {
	text-decoration: none;
	color: blue;
}

#registerBtn {
	margin-top: 20px;
	width: 340px;
	height: 46px;
	border: none;
	background-image: url('/resource/cz/images/register/reg-n.png');
}