﻿
/* CSS Document */


.form_table{
	background-color:#ffffff;
	float:left;
}

.form_heading {
	 font-size:16px; font-weight:bold; color:#06F
}

.form_subheading {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

.form_sectionhead {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

.form_question {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.form_intro {
	font-size:11px;
}

.form_field-labels {
	font-size:12px;
	font-weight:normal;
	text-align:right;
}

.form_field-text 
{
	font-size:12px;
	font-weight:normal;
}

.form_field-fields {
	font-size:12px;
	font-weight:normal;
}


.form_link {
	text-decoration:underline;
}

.form_error{
   padding: 3px 20px 0px;
   background: url(../images/error_icon.png) no-repeat left bottom;
   color: red;
   font-size:small;
}


.form_errorhead{
   padding: 3px 20px 0px;
   color: red;
   font-size:small;
}

.form_button {
font-size:11px;

}

.content_heading{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

.content_intro{
	font-size:11px;

}

.content_body{
font-size:11px;
}

.collect_heading{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;	
}

.collect_body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;	
}

.free_body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.gone{
display:none;
} 