div.button_container
{
	padding-top: 7px;
}
input.contact_button
{
	float: left;
	min-width: 60px;
	height: 26px;
	vertical-align: bottom;
	background: url(../images-css/btn_green_mid.png) repeat-x top;
	border: 0;
	padding: 4px 6px 6px 6px;
	margin: 0;
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
div.contact_button_l
{
	float: left;
	width: 6px;
	height: 26px;
	background: url(../images-css/btn_green_l.png) no-repeat;
}
div.contact_button_r
{
	float: left;
	width: 6px;
	height: 26px;
	background: url(../images-css/btn_green_r.png) no-repeat;
}
div.container
{
	min-height: 400px;
}
div.contact_form
{
	margin: 10px 15px;
	font-size: 12px;
	min-height: 300px;
}
div.contact_form h1
{
	font-size: 24px;
	padding-bottom: 4px;
}
div.entry_form
{
}

