/*  this are the form display classes */

input, textarea {
}

/* main title of the form */
.form_title {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px; 
	margin-left: 10px; 
}

/* main text of the form */
.form_text {
	color: #3E3E3E;
	font-size: 11px;
	margin-top: 10px; 
	margin-left: 10px; 
}

/* row definition */
.form_row ,.form_row1{
	margin-left: 10px;
	margin-top: 10px;	
}
/* the label of the form */
.form_label {
	color: #3E3E3E;
	width: 180px;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	text-align: left;
}
.form_label1 {
	color: #3E3E3E;
	width: 270px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	text-align: left;
}
.form_label2{
	color: #3E3E3E;
	width: 320px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	text-align: left;
}
/* input field of the form */
.form_input {
	color: #3E3E3E;
	margin-top: -45px;
	margin-left: 180px;
}
.form_input1 {
	color: #3E3E3E;
	margin-top: -33px;
	margin-left: 240px;
}
.form_input2 {
	color: #3E3E3E;
	margin-top: -33px;
	margin-left: 290px;
}
/* submit button position */
.form_submit {
	margin-left: 180px;
}

/* checkbox style */
.form_checkbox {
	margin-bottom:-1px;
}

/* radio button style */
.form_radio {
	margin-bottom:-1px;
}

/* drop down style */
.form_dropdown {
}

/* form validation*/

.form_optional_field
{
	border-style: solid;
	border-width: 1px; 
	border-color: #cccccc;
	width:240px;
}

.form_required_field
{
	border-style: solid;
	border-width: 1px; 
	border-color: #cccccc;
	width:240px;
}

.form_failed_field
{
    border: 1px solid #CC0000;
	width:240px;
} 
