.regMod {
	width: 760px;
	height: 560px;
	margin: 45px auto;
	z-index: 1;
}

.regMod .regModHeader {
	width: auto;
	height: 38px;
	margin: 0 0 0 20px;
	z-index: 10;
	position: relative;
}

.regMod .regModHeader ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.regMod .regModHeader li {
	font-size: 12px;
	height: 38px;
	width: 138px;
	color: #666666;
	font-weight: bold;
	float: left;
	list-style-type: none;
	background-position: -179px -10px;
	line-height: 48px;
	text-align: center;
	margin-right: 0px;
	cursor: pointer
}

.regMod .regModHeader .select {
	font-size: 14px;
	color: #6b4b00;
	width: 138px;
	height: 38px;
	background-position: -12px -21px;
	line-height: 38px;
	text-align: center;
}

.regMod .regModCon {
	width: 760px;
	border: 1px solid #dbdfde;
	-moz-border-radius: 7px; /* Gecko browsers */
	-webkit-border-radius: 7px; /* Webkit browsers */
	border-radius: 7px; /* W3C syntax */
	background-color: #fff;
	-moz-box-shadow: 0px 0px 5px #ccc; /* For Firefox3.6+ */
	-webkit-box-shadow: 0px 0px 5px #ccc; /* For Chrome5+, Safari5+ */
	box-shadow: 0px 0px 5px #ccc; /* For Latest Opera */
	z-index: 11;
	position: relative;
	padding: 40px 0 30px 0;
	float: left;
}

.regMod .regModCon ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.regMod .regModCon li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 60px;
}

.regMod .regModCon .name {
	font-size: 14px;
	color: #666666;
	text-align: right;
	width: 200px;
}

.regMod .regModCon li input {
	width: 300px;
	height: 28px;
	-moz-box-shadow: 0px 1px 2px #dddddd inset; /* For Firefox3.6+ */
	-webkit-box-shadow: 0px 1px 2px #dddddd inset; /* For Chrome5+, Safari5+ */
	box-shadow: 0px 1px 2px #dddddd inset; /* For Latest Opera */
	border: 1px solid #dddddd;
	margin-left: 10px;
	line-height:30px;
	font-size:16px;
}
.regMod .regModCon li button, select {
	margin-left: 10px;
}

.regMod .regModCon .regSumbit {
	width: auto;
	margin-left: 210px;
	margin-top: 30px;
}

.regMod .regModCon .regSumbit button {
	float: left;
	margin-right: 10px;
}

.regMod .regModCon .userType {
	margin-left: 210px;
	width: 300px;
	text-align: center;
}

.regMod .regModCon .errorMsg {
	margin-left: 210px;
	width: 300px;
	text-align: center;
	color: #c31b1b;
	font-weight: bold;
}

.forget {
	float: left;
	font-size: 12px;
	line-height: 35px;
	margin-left: 10px;
}

