.fb_textArea{
	width: 400px;
	margin-left: 3px;
}

.fb_fieldTitle{
	margin-left: 3px;
}
.fb_textField{
	margin-left: 3px;
}

.fb_checkBox{
	
}

.fb_title{
	color: #3D5545;
	font-weight: bold;
}

.fb_title_large{
	display: block;
	padding: 5px 3px 5px 3px;
	margin-top: 10px;
	font-weight: bold;
	background-color: #DEEEFD;
	border: 1px solid #B6D3F3; 
}

.fb_title_avg{
	margin-top: 10px;
	padding: 3px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #B6D3F3; 
}

.fb_title_small{
	margin-top: 10px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #B6D3F3;
}

.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: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.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{
	font-size: 10px;
	color: #333333;
	border:  1px solid #000000;
	padding: 2px 1px 2px 1px;
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/but_bg.gif);
	background-repeat: no-repeat;
}

.fb_resetBut{
	font-size: 10px;
	color: #000000;
	border:  1px solid #000000;
	padding: 2px 1px 2px 1px;
	cursor: hand;
	cursor: pointer;
	background-image: url(../images/but_reset_bg.gif);
	background-repeat: no-repeat;
}

.ec_price{
	border: 1px solid #999999;
	text-align: center;
	padding: 1px;	
}

/* table layout -> */

table.fb_fielset{
	margin: 10px 0;
	width: 100%;
}

td.fb_title_large{
	font-size: 1.0em;
	padding: 8px 0px 0px 0px;
	margin-top: 10px;
	font-weight: bold;
}

td.fb_title_large h2{
	font-size: 1.2em;
	margin: 5px 0;
}

td.fb_title_avg{
	font-size: 1.0em;
	margin-top: 10px;
	font-weight: bold;
}

td.fb_title_avg h2{
	font-size: 1.1em;
	margin: 5px 0;
}

td.fb_title_small{
	font-size: 1.0em;
	margin-top: 10px;
}

td.fb_title_small h2{
	font-size: 1em;
	font-weight: normal;
}

td.fb_label{
	padding-right: 20px;
}

td.fb_label div.fb_fieldTitle{
	float: left;
	margin-top: 10px;
}

td.fb_label div.fb_fieldTitle div.fb_markedField{
	display: inline;
	color: #CC0000;
}

td.fb_label span.fb_asterix,
td.fb_label div.fb_fieldTitle span.fb_asterix{
	color: #ed1c24;
}

td.fb_label div.fb_fieldTitle span.fb_asterix{
}

td.fb_field{
	padding: 5px 0;
}

input.fb_textField{
	width: 200px;
}

tr.formbuilder_date_picker{}

tr.formbuilder_date_picker td.fb_label div.fb_fieldTitle div.fb_markedField{}

tr.formbuilder_date_picker td.fb_field input.fb_textField{}

td.fb_radio{
	padding: 5px 0;
	padding-left: 20px;
}

td.fb_radio input.fb_checkBox{}

td.fb_radio label.fb_fieldTitle2{
	display: inline;
	position: relative;
	top: -2px;
}

td.fb_labelTextarea{
	padding-right: 20px;
	vertical-align: top;
}

td.fb_labelTextarea div.fb_fieldTitle{
	width: auto;
	margin-top: 10px;
}

textarea.fb_textArea{
	width: 300px;
	overflow: auto;
	float: none;
}

td.fb_labelTextarea + td.fb_field{
	text-align: left;
}

td.fb_checkBox{
	padding: 5px 0 5px 20px;
}

td.fb_checkBox input.fb_checkBox{}

td.fb_checkBox label.fb_fieldTitle2{
	display: inline;
	position: relative;
	top: -2px;
}

/* <- table layout */

