.form_content
{
	background-color: #EEEFE7;
        padding-bottom: 25px;
        padding-top: 5px;
        padding-left: 10px;
        margin-bottom: 20px;
}

    .form_input
{
	clear: left;
}

.form_label
{
    font-weight: bold;
    margin-top: 5px;
    float: left;
    width: 110px;
}

.form_validation
{
    font-weight: bold;
    margin-right: 15px;
}

.form_validation_message
{
    font-weight: bold;
    padding-top: 5px;
    margin-left: 115px;
}

.form_dropdown
{
	/*background-color:#A9B089;*/
	color: #969797;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 5px;
	border: solid #E4E4E4 1px;
        width: 302px;
}

.form_textbox
{
	/*background-color:#A9B089;*/
	color: #969797;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 5px;
	border: solid #E4E4E4 1px;
        width: 300px;
}

.form_textarea
{
	/*background-color:#A9B089;*/
	color: #969797;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 9px 5px;
	border: solid #E4E4E4 1px;
        width: 310px;
}

.form_button
{
    clear: both;
    margin-top: 5px;
    margin-left: 58px;
}


.spacer 
{
	height:1px;
	margin:10px 0px;
}

.checkbox_n_txt
{
        clear: both;
	margin-bottom: 40px;
	* margin-bottom: 55px;
}

.checkbox_n_txt label 
{ 
	width:40% !important; padding-right:20px; 
	margin-top: 7px;
	* margin-top: 10px; 
	float:left; text-indent:0 !important; 
	color:#9B9C96 !important; 
	font-size:1em !important; 
	position:relative; top:2px; 
	height:auto !important; 
}

.checkbox_n_txt input 
{
	float:left; 
	position:static; 
	margin-top: 10px;
}

.checkbox_n_txt br 
{ 
    clear:both; 
}

.checkboxes
{
    padding: 0px;
}

.checkitem
{ 
    clear: both;
    padding-top: 10px;
    * padding-top: 5px;
}

.checkitem label 
{ 
    float: left; 
    margin-left: 25px;
    margin-top: -17px;
    width: 90%;
}

.clear
{
    clear: both;
}
