/* ---------- Contact Form ---------- */

.contact_form {
	float: left;
	width: 400px;

}
.contact_form label{
	width: 372px;
	height: 28px;
	display: block;
}
.input_bg {
	width: 320px;
	height: 28px;
	padding: 5px 7px 0px 15px;
	background: url(../images/text.png) no-repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.textarea_bg {
	width: 397px;
	height: 150px;
	padding: 7px 10px 0px 10px;
	background: url(../images/textarea.png) no-repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #727272;
}
.input_submit {
	width: 113px;
	height: 34px;
	background: url(../images/button_formsubmit.jpg) no-repeat left top;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}
