#signup_container {
	position: relative;
	top: 8px;
	left: 12px;
	padding-bottom: 10px;
}
#signup_form_container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0 15px 0;
}
#signup_form {
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
}
#signup_form label {
	width: 122px;
	height:20px;
	float:left;
}
#signup_form input, #signup_form label {
	line-height: 20px;
	vertical-align:center;
}
#signup_form select {
	position:relative;
	float:right;
	left:-10px;
	vertical-align:top;
}
#signup_form #recaptcha_widget_div { margin-top: 10px; }
#signup_form input#recaptcha_response_field { left: 0; }
#signup_left {
	position: relative;
	float: left;
	display: inline;
	width: 48%;
}
#signup_right {
	position: relative;
	float: left;
	display: inline;
	width: 48%;
	left: 15px;
	/*border-left: 1px dashed #ccc;*/
}
#signup_left p, #signup_right p {
	font-size: 0.85em;
	line-height: 20px;
	vertical-align:center;
	padding-bottom:0px;
}
#signup_left #ie_padding p, #signup_right #ie_padding p {
	padding-bottom:10px;
}
#signup_left p.choose_picture {
	padding-bottom:5px;
	width:300px;
}
#signup_form .nobold {
	font-weight: normal;
}
#signup_form #form_gender {
	position: relative;
	left: 78px;
	top: 1px;
}
#signup_mid {
	position: relative;
	margin: 0;
	height: 100%;
	width: 730px;
	background: url(/images/account_header_mid.gif) repeat-y top center;
}
#save_and_submit {
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	position: relative;
	top: 20px;
}
#ppp_tos {
	width: 93%;
	padding: 5px 10px 0 10px;
}
p#sign_up_confirm {
	width: 90%;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px 20px 20px;
}
p.note {
	position: relative;
	right: 7px;
	top: -8px;
	font-weight: normal;
	font-size: 0.8em;
	color: #666;
	float: right;
}
.select_field {
	position: relative;
	left: 15px;
	color: #666;
	width: 165px;
}
.form_field_right {
	float: right;
	position: relative;
	display: inline;
	right: 5px;
	line-height:20px;
	vertical-align:center;
	color: #666;
	width: 165px;
}

