#register_container{
	width: 908px;
}

#register_top {
	width: 100%;
	height: 81px;
	background-image: url(../media/img/layout/registration/registration_nav.png);
	background-repeat: no-repeat;
}

.step_1 { background-position: 0px 0px; }
.step_2 { background-position: 0px -81px; }
.step_3 { background-position: 0px -162px; }

#register_bottom {
	width: 100%;
	height: 19px;
	background: url(../media/img/layout/registration/registration_bottom.png) no-repeat;
}

#register_content {
	width: 100%;
	height: auto;
	background: url(../media/img/layout/registration/registration_bg.png) repeat-y;
}

#register_content_header {
	width: 900px;
	height: 29px;
	line-height: 29px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: white;
	background: #f68742;
}

.registration_body {
	width: 780px;
	margin: 0px auto;
	padding: 35px 0 20px 0;
}

#login_form {
	width: 600px;
}

.registration_body .row {
	padding: 0 0 40px 0;	
}

.registration_body label {
	float: left;
	width: 105px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #663300;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

.registration_body .input_container {
	float: left;
	margin-right: 8px;
}

.registration_body .input_container p {
	font-size: 12px;
	font-weight: normal;
	clear: both;
	margin: 0px;
	padding: 2px 0 0 0;
	text-align: left;
}

.registration_body .input_container p.first {
	margin: 0px 0px 15px 0px;	
}

.registration_body .required_arrow {
	width: 21px;
	height: 14px;
	margin: 3px 0 3px 8px;
	float: left;
	background: url(../media/img/layout/registration/arrow.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

.error_msg {
	color: #f68742;
	font-style: italic;
	float: left;
	margin-left: 8px;
	height: 20px;
	line-height: 20px;
}

input.text {
	height: 14px;
	padding: 3px;
	font-size: 11px;
	float: left;
}

select {
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	float: left;
}

select#birthdate_month { width: 125px; }
select#birthdate_day { width: 50px; }
select#birthdate_year { width: 60px; }

input.default {
	width: 300px;	
}

input.short {
	width: 120px;
}

#submit_btn {
	float: left;	
}
