
.FormDiv
{
	padding:20px 10px 10px 150px;
	text-align:left;
	margin:0 auto;

}

.FormSubmit
{
margin-left:200px;
margin-top:-50px;


}
.formSubmitImg
{
    
}    
/*images/formsubmit.png*/
.FormHeader
{
    width:500px;
	margin: 5px 5px 10px 85px;
	font: bold 14px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #999;
    text-align:left !important;
}

.FormFooter
{
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	padding:2px;
    width:0px;
	font:Bold 11px/11px  Verdana, Arial, Helvetica, sans-serif;
}

.FormSectionBottom-1
{
   
   width:668px;
   background:url(../images/formsectionbottom.jpg) no-repeat left bottom;
   margin:0 0 15px 0;
   padding-bottom:52px;
}

.FormSectionTop-1
{
    background:url(../images/formsectiontop.jpg) no-repeat left top;  
    width:638px;  
    padding:0 15px; 
}

.FormSectionBottom-2
{
   margin-left:0px;
   width:668px;
  
   background:url(../images/formsectionbottom.jpg) no-repeat left bottom;
   margin-bottom:15px;
   padding-bottom:52px;
}

.FormSectionTop-2
{
    background:url(../images/formsectiontop2.jpg) no-repeat left top; 
    width:638px;  
    padding:0 15px;    
}

.FormSectionBottom-3
{
   margin-left:0px;
   width:600px;
   background:url(../images/formsectionbottom.jpg) no-repeat left bottom;
   margin-bottom:15px;
   padding-bottom:52px;
}

.FormSectionTop-3
{
    background:url(../images/formsectiontop3.jpg) no-repeat left top;     
    width:638px;  
    padding:0 15px; 
}

.FormSectionHeader
{
    /*display:none;
    visibility:hidden;*/
	font: Bold 22px/24px Arial, Verdana, Helvetica, sans-serif;
    text-align:center;
	color: #252525;
	padding-top:30px;
	padding-bottom:20px;
}
.FormFieldsTable
{
    width:100%;
}
.FormLabel
{
	font: Bold 14px/16px Arial, Verdana, Helvetica, Sans-serif;
	width:40%;
	text-align:right;
	padding:5px;
	color:#999;
	
}

.FormValue
{
	font: 12px/16px Arial, Verdana, Helvetica, Sans-serif;
	width:60%;
	padding:5px;	
	color:#666;
}
.FormValue small /*for text right of radio buttons and checkboxes*/
{
	font: 11px/16px Arial, Verdana, Helvetica, Sans-serif;
	color:#666;
}

.InputText, .TextArea
{
	background:#fff url(../images/input_bg.jpg) repeat-x left top; 
	color : #666;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	border-style: solid; 
	border-color: #ccc;	
	border-width: 1px;
	padding:3px;
}
.FormValue select
{
	font: 12px/16px Arial, Verdana, Helvetica, Sans-serif;

	padding:3px;
	
	color:#666;
}
.FormMailResponse
{
	position:relative;
	top:50px;
	font-weight:bold;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.FormOptional
{
    font:10px arial,verdana,sans-serif;
    color:#999;
}

.FormRequired
{
    /*defaults to red*/
}
.FormRequiredText
{
    font:10px arial,verdana,sans-serif;
    color:red;
}

