#main{
	background: url(../images/picture-contact.jpg) no-repeat left top;
}
.title{
	background: url(../images/title-contact.gif) no-repeat left top;
}
.row, .buttons{
	clear: both;
	padding: 5px 0;
}
.row label{
	display: block;
	width: 70px;
	color: #00467f;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}
.row input, .row textarea{
	float: left;
	width: 350px;
}
.row textarea{
	clear: right;
	height: 165px;
}
.buttons{
	text-align: right;
}
.buttons input{
	margin-right: 60px;
	border: 0;
	background: url(../images/arrow-circle.gif) no-repeat left center;
	color: #00467f;
	font-family: Arial, Helvetica sans-serif;
	font-size: 1.1em;
	padding: 2px 0 2px 20px;
}