/*these are the classes used to show the results of the ajax check */
.messageboxok{
	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(../../../assets/images/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(../../../assets/images/form_error.gif);
}

.form_row input, .form_row textarea, .form_row select{
	font-size: 12px;
	padding: 2px;
	float: left;
	}
.form_row textarea {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 150px;
	}
#profile_section {
	width: 450px;
	float: left;
	margin: 0 auto;
	padding-bottom: 15px;
}
.form_row2 {
	width: 450px;
	padding: 2px;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	}
.form_field2 {
	font-size: 12px;
	color: #000000;
	height: auto;
	padding: 2px;
	float: left;
	width: 180px;
	font-weight: bold;
}
.form_full {
	font-size: 12px;
	color: #000000;
	height: auto;
	padding: 2px;
	float: left;
	font-weight: bold;
}
.form_input2{
	font-size: 12px;
	color: #000000;
	height: auto;
	text-align: left;
	float: left;
	width: 230px;
	padding: 2px;
}

