/* CSS Document */
 span.rowlabel{
 	display:inline-block;
	float:left;
	width:11em;
	text-align:right;
	margin-right: 6px;
	font-weight: bold;
	font-size: 0.8em;
	}
 div.signup_error{
	color: #f00000;
	font-weight: bold;
	font-size: 0.8em;
 }
 div.row{
 	height: 2em;
 }
 div.captcha{
 	height: 56px;
 }
span.signup_details{
	font-size: 0.7em;
	color: #888;
 }
 
div.form_subtitle{
	font-size: 0.7em;
	color: #888;
	margin-top: 10px;
}
div.form_subtitle hr, hr.form_subtitle{
	margin-right: 10px;
	border: 0;
	border-bottom: 1px gray dashed;
	height: 1px;
}

#profile_image_upload_sw{
	margin-top: 10px;
}