/*----------------------------------------------------------------------
	FS FORM CSS
----------------------------------------------------------------------*/

.form_page {
    clear: both;
    float: left;
    height: auto;
    padding-top: 15px;
    position: relative;
    width: 945px;
    z-index: 10;
}

.form_page .in {
    color: #551F19;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 19px;
    padding: 0 0 37px 19px;
    text-align: justify;
    width: 913px;
}


.fsForm {
    font: 13px "Lucida Grande",Tahoma,"Helvetica Neue",Arial,Verdana,sans-serif;
}

.fsForm .fsSectionHeading {
    font-weight: normal;
    line-height: 36px;
    margin: 0;
}

.form_page .in .fsPage h2 {
	background: #F4F5F5;
	color: #000000;
	padding: 0px;
	display: block;
	font: normal 16px/normal Arial, Helvetica, sans-serif;
	margin-bottom: 10px;		
}


.fsForm .fsRow p {
    color: #000000;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 0px;
}

.form_page .in .fsPage h2 { 
 background: transparent !important; 
}