/*

	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: #FFFFFF;
	font-size: 90%;
}

#contact_form label {
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:left;
	width:150px;
	float:left;
	text-transform:uppercase;
}
  
#contact_form fieldset {
  background-color:#8D8879;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:425px;
  padding: 10px; 
}
  
#contact_form legend {
	width:194px;
	height:30px;
	color:#FFFFFF;
	font-size:2em;
	padding-left:0.5em;
	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.txt_round {
 background: transparent url("/resources/images/contactform_textfield_bg.gif") no-repeat;
width:200px;
	margin:3px;
	height:20px;
}
#contact_form div.cnt_left 
{
  display: block;
  float: left;
  width: 160px;
  margin-top: 3px;
  text-transform:uppercase;
}
#contact_form div.cnt_right
{
display: inline;

/*margin-left: 160px;
width:200px;
*/
}

#contact_form input {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	border:solid 0 #fff;
	padding: 3px 8px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#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_realname, #label_email, #label_telephone, #label_city, #label_province {
  font-weight: bolder;
  color: #000000;
}