#cfform {
width: 410px;
margin: 0 auto;
padding-bottom:5em;;
}
#cfform .send {
padding: 1em 6em;
}
h2 {padding-top:0;}


/* form and results heading size */
.main_formhead, .formhead {
font-size : 1.4em; 
color : #49854c;
margin-bottom: 1em;
}

#cfform fieldset {
padding: 1em 2em;
}

/* form legends and dt "heading" */
#cfform legend, #cfform dt {
font: normal 100% sans-serif; 
color : #666;
padding: 0;
}

#cfform label {
color: #1f6623;
font-size: 110%;
display: block;
padding: .8em 0 0 0;
 line-height:1;
}

small {
font-size: 78%;
color: #6a6a6a;
padding: 0;
margin:0;
}

option {
padding: .1em .5em;
}
	
/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox {
  font : 100% 'Lucida Grande', arial, sans-serif; 
  color : #666; 
  padding : 2px; 
  margin:10px 0;
  border : 1px solid #7ca2ca;
  background-color : #fffffa;
}

/* to make focus stable in IE 6 */
* html input.button {
  color : #000;  
  border : 1px solid #669900;
  background-color : #fff;
}
* html input.button.hover {
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}
* html input.button.focus {
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus {
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error {
  color : #c15f00; 
  font-weight : bold;
}

/* success heading color */
span.success {
  color : #669900; 
  font-weight : bold;
}


/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr {
  cursor : help; 
  border-bottom : 1px dotted #999;
}


dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #cf9800;
}

dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}
