/*

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

*/

#contact_form {
  width: 375px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	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 {
  padding: 10px;
  border:solid 1px #000000; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
}
  
#contact_form legend {
	width:194px;
	height:30px;
	color:#81826D;
	font-size:1.4em;
	padding-left:0.5em;
/*	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 p:first-letter {
  color: #000000;
  font-size: 100%;
  font-style: normal;
}


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