.fb_textArea{
	width:400px;
	margin-left:3px;
}

.fb_fieldTitle{
	margin-left:3px;
}
.fb_textField{
	margin-left:3px;
}

.fb_checkBox{
	
}

.fb_formInfo{
	font-size:11px;	
}

.fb_title{
	color:#3D5545;
	font-weight:bold;
}

.fb_title_large, .fb_title_large h2, .fb_title_avg h2, .fb_title_small h2{
	display:block;
	padding:8px 5px 10px 3px;
	margin:10px 0 0;
	font-weight:bold;
	background-image:url(/images/form_title_bg.gif);
	background-repeat:no-repeat;
	font-size: 11px;
}

.fb_title_small h2{
	font-weight:normal;
}

.fb_title_avg{
	margin-top:10px;
	padding:3px;
	font-weight:bold;
}

.fb_title_small{
	margin-top:10px;
}

.fb_avg_large{
	margin-top:10px;
}

.fb_small_large{
	margin-top:10px;
}

.fb_fieldTitle{
	margin-top:10px;
	display:block;
}

.fb_fieldTitle2{
	display:inline;
	position:relative;
	top:-2px;
}

.fb_field{
	display:block;	
	margin-top:5px;
}

.fb_warning{
	border:1px solid #CCCCCC;
	background-color:#F1F1F1;
	padding:10px;
	color:#CC3333;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

ul.fb_errorMessages{
	margin: 10px 0;
	padding: 0;	
}

ul.fb_errorMessages li{
	font-weight: normal;
}


.fb_markedField{
	display:inline;
	color:#CC0000;	
}

.fb_thanks{
	background-color:#DEEEFD;
	border:1px solid #B6D3F3; 
	padding:10px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}

.fb_buttons{
	border:1px solid #CCC;
	background-color:#F4F4F4;
	padding:3px;	
}

.fb_submitBut{
	text-align:center;
}

.fb_resetBut{
	display:none;
}

table.fb_fielset{
	width: 100%;	
}

table.fb_fielset td{
	vertical-align: top;
}

td.fb_title_large{
	padding: 0;
}
td.fb_checkBox{
	padding: 8px 0 10px;
}

td.fb_label{
	width: 35%;
}

td.fb_field .fb_textArea{
	width: 90%;
}