/*

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

*/

#contact_form {
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	align: center;
}

h1 {
  color: #4D4D4D;
  font-size: 16pt;
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h2 {
  color: #D60000;
  font-size: 14pt;
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

table {
  width: 800px;
  border: 0px;
}

#contact_form td.section {
  background-color: #CDCDCD;
  font-weight: bold;
  text-transform: uppercase;
  height: 25px;
  color: #000000;
  border-left: 1px solid #000000;
  padding-left: 5px;
  font-size: 10pt;
}

#contact_form td.first {
  padding-top: 10px;
  vertical-align: middle;
}

#contact_form tr.last {
  height: 35px;
  vertical-align: top;
}

#contact_form td {
  height: 17px;
}

#contact_form td.section first {
  border-left: 0px;
}

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

#contact_form textarea {
	margin: 3px;
	padding: 8px 8px;
	height: 150px;
	width: 200px;
	background: url(/resources/images/contactform_textarea_bg.gif) no-repeat;
	border: 0px;
	vertical-align: middle;
}

#contact_form fieldset>checkbox {
	background: none;
}

#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 {
  font-weight: bolder;
}