/*these are the classes used to show the results of the ajax check */
.messageboxok{
	padding-left: 30px; 
	padding-top: 2px;
	width: auto;  
	float: left;
	font-size: 10px; 
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-image: url(form_valid.gif);
}
.messageboxerror{
	padding-left: 30px; 
	padding-top: 2px;
	width: auto; 
	height: 20px; 
	float: left;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-image: url(form_error.gif);
}
	
/* Extras */
#edit_form {
	position: relative;
	width: 680px;
}
#register_home{
	width: 40px;
	float: right;
	height: 300px;
	position: absolute;
	top: -5px;
	right: 0;
	background-attachment: scroll;
	background-image: url(../assets/images/layout/reg_types.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;/*	display: none; */
	}
#register_devel{
	width: 40px;
	float: right;
	height: 250px;
	background: url(../assets/images/layout/reg_devel.jpg) no-repeat;
	position: relative;
	top: -5px;
	display: none;
	}
#register_real{
	width: 40px;
	float: right;
	height: 250px;
	background: url(../assets/images/layout/reg_real.jpg) no-repeat;
	position: relative;
	top: -5px;
	display: none;
	}
#register_manage{
	width: 40px;
	float: right;
	height: 250px;
	background: url(../assets/images/layout/reg_manage.jpg) no-repeat;
	position: relative;
	top: -5px;
	display: none;
	}

/* REGISTER
========================================================================== */

#register_form {
	width: 700px;
	height: auto;
	min-height: 250px;
	padding-bottom: 15px;
	margin-left: 37px;
	float: left;
	display: inline;
	margin-top: 20px;
	z-index: 20;
	}
.form_row {
	height: auto;
	width: 710px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 00px;
	display: inline;
	float: left;
	}
.form_field {
	font-size: 10px;
	color: #222222;
	height: auto;
	float: left;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}
.form_input{
	font-size: 10px;
	color: #666666;
	height: auto;
	text-align: left;
	float: left;
	width: 490px;
}
.form_validate {
	padding-left: 30px;
	padding-top: 3px;
	width: 100px;
	font-size: 10px;
	height: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
.form_row input, .form_row textarea, .form_row select{
	padding: 2px;
	border: 1px solid #999999;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	.form_row select {
		width: 203px;
		padding: 1px;
		}
.form_row textarea {
	width: 300px;
	height: 200px;
	padding: 4px;
	border: 1px solid #999999;
	}
.notice {
	font-size: 9px;
	color: #3F4F5A;
	border: 1px dashed #3F4F5A;
	background-color: #F9F9F9;
	text-align: left;
	padding: 10px;
	float: left;
	height: auto;
	width: 675px;
	margin-bottom: 15px;
	margin-top: 10px;
}
