/*
	New contact form by Jeff
*/

#contact_form *
{
	border: solid 0px #000000;
}

#contact_form input.text{
	height:16px;
	padding: 3px 8px;
	background: transparent url("/resources/images/contactform_textfield_bg.gif") no-repeat;
	color: #000000;
	width: 184px;
}

#contact_form textarea {
	margin:3px;
	height:165px;
	background:url("/resources/images/contactform_textarea_bg.gif");
	width:199px;
}

#contact_form input.submit {
	margin:3px;
	background: transparent url("/resources/images/contactform_submit.gif") no-repeat;
	height:20px;
	width:80px;
}

#contact_form
{
	padding-left: 225px;
}