/*

	Found at http://www.picment.com/articles/css/funwithforms/
	
	Cleaned up by Dallas Vogels, 2007-07-04

*/

#contact_form {
  width: 700px;
	margin: 0px 15px;
}

#contact_form table {
    margin-left: 30px;
    width: 700px;
}

#contact_form td.indent {
    padding-left: 50px;
}

#contact_form p.indent {
    padding-left: 50px;
}

#contact_form h5 {
    color: #646844;
    font-weight: bold;
    font-size: 9pt;
}

#contact_form label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:left;
	width:200px;
	float:left;
	text-transform:uppercase;
}
  
#contact_form fieldset {
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:550px;
}

#contact_form br {
	display:none;
}  
  
#contact_form div.radio  {
  display: block;
  float: left;
  width: 160px;
  margin-top: 3px;
  text-transform:uppercase;
}

#contact_form input.text {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	color:#333 ;
	margin:3px;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
    background: transparent url("/resources/images/contactform_textfield_bg.gif") no-repeat;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}



#contact_form textarea {
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#333 ;
	margin:3px;
	height:165px;
	border:solid 0 #fff;
	padding: 0 8px;
	background: transparent url("/resources/images/contactform_textarea_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}



#contact_form #submit {
	margin:3px;
	background: transparent url("/resources/images/contactform_submit.gif") no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
}

#contact_form p {
  text-align: left;
  font-weight: normal;
  margin: 5px 0px;
}
