.container { 
	margin: 30px auto 70px auto;
	width: 900px;
}
.reg-tabs { 
	display: block;
	height: 62px;
	margin: 0px auto;
	padding: 0px;
	width: 902px;
}
.reg-tabs li {
	border-bottom: medium none currentColor;
	color: #797979;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
}
.reg-tabs li.active {
	border-color: #999;
	z-index: 50;
	cursor: default;
	position: relative;
	background-color: #F7F7F7;
}
.reg-tabs li.active span.reg-tab-label {
	color: #000;
}
.reg-tabs li { 
	background-color: #e7e7e7;
	-moz-box-shadow:    inset 0px 15px 15px 0px rgba(60, 60, 60, 0.1);
	box-shadow:         inset 0px 15px 15px 0px rgba(60, 60, 60, 0.1);
	border-bottom: medium none currentColor;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 20px 21px 40px;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	width: 235px;
	z-index: 2;
	margin-left: 1px;
	text-align: center;
}
.reg-tabs li:first-of-type {
	margin: 0;
}
.reg-tabs li span.reg-tab-label {
	margin-right: 10px;
	color: #797979;
	font-size: 20px;
}
.register-form {
	background-color: #F7F7F7;
	-moz-box-shadow:    inset 0px -15px 15px 0px rgba(60, 60, 60, 0.1);
	box-shadow:         inset 0px -15px 15px 0px rgba(60, 60, 60, 0.1);
	border: 1px solid #999;
	border-top: none;
	border-radius: 10px;
	line-height: 20px;
	margin: -10px auto 0px;
	padding: 24px 40px 40px;
	position: relative;
	width: 820px;
	z-index: 30;
}
.register-form:before {
	display: none;
	background: #F7F7F7;
	border-bottom: medium none currentColor;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	content: "";
	height: 12px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 100%;
	z-index: 20;
}
.register-form .fieldset { 
	border-bottom: 1px dotted #9A9A9A;
	margin-bottom: 30px;
}
.register-form .row {
	display: inline-block;
	margin: 0px 0px 30px;
	vertical-align: top;
	width: 100%;
}
.register-form .row > * {
	display: inline-block;
}
.register-form .row label {
	width: 200px;
	color: #000000;
	font-size: 18px;
	vertical-align: top;
	line-height: 30px;
}
.register-form .row .body {
	width: 320px;
}
.register-form .row input, textarea {
	width: 310px;
	height: 20px;
}
.register-form .row textarea {
	width: 310px;
	height: 50px;
}
.register-form .row select {
	width: 320px;
}
#uploadUserSmallImage input, #uploadUserImage input {
	width: 125px;
	height: 112px;
}
.register-form .row .errorMessage {
	color: red;
}
#User_birthday, #User_birthyear {
	width: 95px;
}
#User_birthmonth {
	width: 120px;
}
.overflow {
	height: 300px;
}
.register-form .submit input {
	width: 200px;
	height: 30px;
}
.register-form .row .row-comment {
	display: inline-block;
	color: #888;
	font-size: 13px;
	vertical-align: top;
	line-height: 16px;
	padding-left: 20px;
}