@charset "utf-8";
/* CSS Document */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 550px;
  max-width: 1000px;
  width: 600px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#label_form{
	background-color:#EAEAEA;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#label_radio{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form fieldset legend {
	font-size:o.9em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#339999;
}

.form_textfield{
	color: #339999;
}

