@charset "UTF-8";
/* CSS Document */


div#page_content {
	position:relative;
	min-height:500px;height:auto!important;height:500px;
}

div#content {
	position:relative;
	float:left;
}

div#text_header h1 {
	text-align:center;
}



div#contact_info {
	position:relative;
	font-size:1.1em;
	line-height:1.5em;
	letter-spacing:0.05em;
	text-align:center;
	width:100%;
}
div#contact_info p { text-align:center; }




p.message {
	position:relative;
	height:45px;
	margin:0px;
	font-size:1.2em;
	text-align:center;
	overflow:visible;
	white-space:nowrap;
}

p.success {
	position:relative;
	font-size:1.2em;
	color:#5f5c59;
	text-align:center;
	padding:25px 0px 25px 0px;
}



div#form_holder {
	position:relative;
	width:191px;
	margin:0px auto;
}


form#contact_form {
	position:relative;
	padding-bottom:30px;
}

