#contact_form {
	width: 622px;
	padding: 10px 20px 10px 20px;
	background: #03213d url(../images/vertical.jpg) repeat-x right -30px;
	margin: 10px 0 0 0;
}
#contact_form .column{
	width: 260px;
}

#contact_form .column_big{
	width: 360px;
}

#contact_form input.textfield{
	width: 250px;
}
#contact_form textarea {
	width: 360px;
	height: 147px;
	overflow: auto;
}
#contact_form .form_button input{
	background: #4075a8;
	padding: 0 10px;
	height: 23px;
	text-transform: uppercase;
	cursor: pointer;
	color: #f5f5f5;
}

#contact_form h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.545em;
	font-weight: normal;
}
#contact_form fieldset{
	background: url(../images/sprite.png) no-repeat 555px -378px;
}


.email {
	text-decoration: underline;
}