#register_form {
	margin: 36px 0px 60px 0px;
	font-size: 19px;
}

#register_form .left {
	width: 369px;
	float: left;
}

#register_form .right {
	width: 518px;
	float: right;
}

#register_form p.input_text {
	width: 369px;
	margin: 0 0 16px 0;
	position: relative;
}

#register_form p.input_text input {
	width: 369px;
	height: 29px;
	padding: 0 0 0 14px;
	background-color: #F1F2F2;
	height: 49px;
	line-height: 49px;
	border: 0px solid #999;
	font-size: 19px;
	color: #000;
}

#register_form p.input_text label {
	position: absolute;
	top: 0;
	left: 14px;
	height: 49px;
	line-height: 49px;
	display: block;
	font-size: 19px;
	color: #414042;
}

#register_form p.question {
	height: 24px;
	line-height: 24px;
	color: #00400A !important;
	margin: 0 0 21px 0;
	font-size: 19px;
}

#register_form p.radio, #register_form p.checkbox {
	padding: 0 0 0 45px;
	margin: 0 0 15px 0;
	color: #414042 !important;
	font-size: 19px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

#register_form p.radio input, #register_form p.checkbox input {
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
}

#register_form p.radio span, #register_form p.checkbox span {
	display: block;
	height: 12px;
	width: 12px;
	background-color: #F1F2F2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border: 6px solid #F1F2F2;
}

#register_form p.radio span.checked, #register_form p.checkbox span.checked {
	background-color: #00400A;
}

#register_submit {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	width: 187px;
	background-image: url(/images/submit_bg.png);
	padding: 0 0 0 16px;
	display: block;
	text-decoration: none;
}

#register_submit:hover {
	text-decoration: underline;
}

label.error {
	height: 1px;
	width: 1px;
	text-indent: -999em;
}

#register_form p.input_text input.error {
	background-color: #9F2214;
}

#register_form p.submit{
	height: 32px;
	line-height: 32px;
}