#content {
	padding: 30px 0;
}

#content #main {
	background: url(/images/bg_full_field.jpg) no-repeat;
	width: 940px;
	height: 423px;
	margin-left: 30px;
	font-size: 12px;
}

#content #main #address {
	color: #fff;
	margin-left: 239px;
	background: url(/images/contact_snail_bg.png) no-repeat;
	height: 37px;
	width: 461px;
	padding: 10px;
}

#content #main form {
	background:url(/images/bg_contact.jpg) no-repeat;
	width: 350px;
	height: 230px;
	color: #fff;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 30px 10px 20px 100px;
}

#form #fields {
	padding: 20px 0 0 100px;	
}

#form #fields input[type=text] {
	width: 250px;	
}

#form #fields input[type=image] {
	padding-left: 20px;
}


