/* ####################  Data Collection Forms #################### */

.fm_container_class_pricing {
width: 500px;
margin: 0px 0px 10px 0px;
}

.fm_container_class_sidebar {
width: 290px;
margin: 10px 5px 0px 20px;
}

.fm_container_class_footer {
width: 590px;
margin: 15px 0px 10px 0px;
}

.fm_price_est {
font-size: 13px;
font-weight: bold;
color: #008000;
padding: 0px 0px 15px 2px;
}

.fm_dollar_sign {
width: 25px;
height: 25px;
float: left;
margin-right: 4px;
position: relative;
top: 3px;
}

.fm_table {
background: #FFF3A2;
border: 2px solid #ED912E;
}

.fm_td {
padding: 5px 8px 5px 8px;
}

.fm_headerlarge {
background: #FFF3A2 url('/images/forms/fm_gradient_large.gif') repeat-x bottom left;
border-bottom: 1px solid #ED912E;
padding-top: 7px;
}

.fm_headersmall {
background: #FFF3A2 url('/images/forms/fm_gradient_small.gif') repeat-x bottom left;
border-bottom: 1px solid #ED912E;
padding-top: 8px;
}

.fm_headline {
font-size: 20px;
font-weight: bold;
}

.fm_subhead {
font-size: 15px;
font-weight: bold;
color: #4F4F4F;
}

.fm_input, .fm_input_prefill, .fm_textarea, .fm_textarea_prefill {
font-family: sans-serif;
font-size: 12px;
padding: 1px;
}

.fm_input {
width: 205px;
}

.fm_input_prefill {
width: 240px;
color: #808080;
}

.fm_textarea {
width: 205px;
height: 60px;
}

.fm_textarea_prefill {
width: 240px;
height: 40px;
color: #808080;
}

.fm_fieldlabel {
font-size: 12px;
font-weight: bold;
margin: 0px 0px 2px 2px;
}

.fm_fieldlabel_opt {
font-size: 11px;
font-weight: normal;
color: #808080;
}

.fm_radio {
margin-left: 0px;
position: relative;
top: 2px;
}

.fm_radiolabel {
font-size: 12px;
}

.fm_radiohead {
font-size: 14px;
font-weight: bold;
}

.fm_sample, .fm_sample_a, .fm_sample_a:visited {
font-size: 11px;
color: #808080;
white-space: nowrap;
}

.fm_sample_a:hover {
color: #ED8233;
}

.fm_step_num {
width: 27px;
height: 27px;
float: left;
}

.fm_sep {
border-top: 1px dotted #BBBBBB;
}

.fm_submit {
width: 210px;
height: 29px;
border: none;
}

.fm_nospam {
font-size: 12px;
color: #808080;
white-space: nowrap;
vertical-align: 70%;
}

.fm_help {
text-align: center;
font-size: 12px;
margin-top: 5px;
}


