

#contactfilter
{

background-color: #000000;
	display: none;
	filter: alpha(opacity=60);
	height: inherit;
	left: 0;
	min-height: 1100px;
	min-width:1000px;
	moz-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1000000;
}
#contactbox
{
	background-color: #000000;
	border: 6px solid #696969;
	display: none;
	height: 434px;
	left: 25%;
	margin: 0;
	overflow: none;
	position: absolute;
	top: 10%;
	width: 600px;
	z-index:10000000;
}
#contactboxtitle
{
	background: url(../Images/contact_logo.jpg) no-repeat;
	float: left;
	height: 100px;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 350px;
}
#contactclosebutton
{
	float: right;
	height: 32px;
	margin: 0;
	padding: 5px;
	position: relative;
	width: 76px;
}





.contactform_text
{
	color: #ffffff;
	font-family: Arial Black, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#contactbottom_form
{
	float: left;
	height: 300px;
	margin: 0;
	padding-left: 14px;
	padding-top: 10px;
	position: relative;
	width: 400px;
}

.contact_address
{
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.contact_phone
{
	color: #ccd1d4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
}
.contact_large_location_text
{
	color: #ced3d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
}
.contact_button
{
	background: url(../Images/submit_button.jpg) no-repeat;
	border: none;
	cursor: pointer;
	height: 53px;
	width: 141px;
}
.contact_input
{

	margin-bottom: 4px;
	margin-top: 4px;

	
}

