/* CSS Document */


* {
	/*color:#000000;*/

	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;

}


form.inputform {
	width:460px;
}
form.inputform input, 
.singleinput{
	border:1px solid #000000;
	width:212px;
	margin-bottom:10px;
	height:20px;
}
input.small {
	border:1px solid #000000;
	width:212px;
	margin:0px 0px 10px 0px;
	height:20px;
}
.mid_cl input {
	border:1px solid #000000;
	width:212px;
}
form.inputform textarea,
.singletextarea {
	border:1px solid #000000;
	width:212px;
	margin-bottom:10px;
	height:116px;
}
form.inputform label,
label {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	float:left;
	width:220px;
	line-height:20px;
}
label.loginform {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	float:left;
	width:120px;
	line-height:25px;
	margin-left:40px;
}
* html label.loginform {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	float:left;
	width:120px;
	line-height:20px;
	margin-left:20px;
}
form.inputform .radio {
	width:15px;
	height:auto;
	float:left;
	border:0px;
}
.c {
	clear:both;
}


.ErrorMessage {
	color: red;
	font-weight: bold;
}    

.RequiredField {
	color: red;
}

.input_right { float:right; width:200px; }
.input_right input { margin-top:15px; margin-bottom:15px; width:180px; }

/*CONTENT-APPLY*/
.apply-form .form-row-find .radio,
.apply-form .form-row-find .input,
.apply-form .form-row-find span { float:left; }
.apply-form .form-row-find .input { width: 180px; }
.apply-form .form-row-find span { width:220px !important; }
.apply-form .form-submit { display: block; overflow: hidden; clear:both; padding:10px 0; }
.apply-form .form-submit input { width:150px; }

.form-row { display: block; overflow: hidden; clear: both; margin: 5px 0;}
.form-row-find { display: block; overflow: hidden; clear: both; margin: 15px 0;}
.radio1 { clear: both; padding: 10px 0; display: block; overflow: hidden;}
.radio input { border:0px; float:left; }
.form-row-find .radio,  .radio1 input { border:5px; float:left; width:15px !important; }
.radio1 label { font-weight:normal; width:350px !important; }
