
#cfform .send {padding:1em 6em;}
small {font-size:80%;color:#6a6a6a;}
	
/* form and results heading size */
.main_formhead, .formhead { 
font-size : 1.4em; 
color : #cc9900; 
margin-bottom:1em;
}

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

/* form legends and dt "heading" */
#cfform legend, #cfform dt {
font:normal 130% georgia, serif; 
color : #666;
padding: .5em 0 0 0;
}

label {display:block;
	padding-top:.5em;}

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

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

/* 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 : #b4160d; 
  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 : #669900;
}

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;
}