#contact label {
	display: block;
	float: left;
	width: 150px;
	margin: 0 12px 12px 0;
	font-weight: bold;
	text-align: right;
}
#contact input, #contact textarea {
	float: left;
	margin-bottom: 12px;
}
#contact br {
	clear: left;
}
#contact #submit {
	width: 129px;
	height: 32px;
	border: 0px;
	background: url(../images/contact-button.jpg);
}
