@charset "utf-8";
/* CSS Document */

#content h2 {
	background-image: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#content h2, #content p {
	padding-left: 148px;
}

label {
	display: block;
	width: 133px;
	padding-top: 7px;
	margin-right: 15px;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: -0.8px;
	float: left;
	clear: both;
	color: #8B8D94;
}

input {
	background: #D1D3D3 url(img/contacts/input.gif) no-repeat left top;
	width: 607px;
	height: 25px;
	margin-bottom: 10px;
	border: none;
	float: left;
}

input#send {
	width: auto;
	height: auto;
	background-image: none;
	font-size: 13px;
}

textarea {
	background: #D1D3D3 url(img/contacts/textarea.gif) no-repeat left top;
	width: 607px;
	height: 123px;
	border: none;
}

input, textarea {
	font-size: 20px;
	vertical-align: center;
}