@charset "utf-8";
#contact_block {
	float: left;
	overflow: visible;
	width:500px;
	height:auto;
	border:solid;
	border-width:1px;
	border-color:#999;
}
.contact_labels{
	margin-left:15px;
	margin-right:60px;
	margin-top:15px;
	line-height:2.4em;
	color:#333;
	}
#contact_block textarea {
	margin-left:15px;
	width:465px;
	}
.contact_button {
	width:80px;
	height:25px;
	margin-left:15px;
	margin-bottom:12px;
	margin-top:10px;
}
