/*

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

*/

#contact_form {
  width: 330px;
/*	margin-left: auto;
	margin-right: auto;*/
	float: right;
	color: #FFFFFF;
	font-size: 90%;
}

#contact_form label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:70px;
	float:left;
	text-transform:uppercase;
}
  
#contact_form fieldset {
  background-color:#78764f;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:331px;
}
  
#contact_form #legend {
	width:331px;
	height:30px;
	color:#fff;
	font-size:2em;
	text-align: center;
	background: transparent url("/resources/images/contactform_legend_bg.gif") no-repeat;
	position:relative;
	top:-1em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
}

#contact_form br {
	display:none;
}  
  
#contact_form input {
	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 fieldset>input.textfield {
	background: transparent url("/resources/images/contactform_textfield_bg.gif") no-repeat;
}

#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 fieldset>textarea {
	background: transparent url("/resources/images/contactform_textarea_bg.gif") no-repeat;
}

#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: center;
  font-weight: normal;
}




#contact_form #label_contact_name, #label_contact_email, #label_telephone {
  font-weight: bolder;
}