/*Style Sheet for Contact.html*/

/*Main Content*/


/*Overview*/
.overview
{
	width:709px;
	background-image: url(/images/contact_bg_middle.png);
	background-repeat: repeat-y;
	position:absolute;
	top:176px;
	left:256px;
	z-index:2;
}

.overview p
{
	letter-spacing:1px;
	width:650px;
	margin-left:35px;
}

.overview img
{
	margin-bottom:-28px;
}

/*----------------Contact Form Style------------------*/
.form p 
{
	color:#EEEEEE;
	font-family: arial;
	font-weight:bold;
	font-size:small;
}

.form input
{
	background-color:#CCCCCC;
	color:#000000;
	border-right:#777777 solid thin;
	border-bottom:#777777 solid thin;
	border-left:none;
	border-top:none;
}

.form textarea
{
	background-color:#CCCCCC;
	color:#000000;
	border-right:#777777 solid thin;
	border-bottom:#777777 solid thin;
	border-left:none;
	border-top:none;
}

.form p span
{
	font-weight:none;
	color:#7CB605;
	font-size:smaller;
}

.button
{
	margin-left:324px;
	margin-top:5px;
	/*Marked Important so border will overide .form input style*/
	border-bottom:#050505 solid thin !important; 
	border-right:#050505 solid thin !important;
	border-top:#777777 solid thin !important;
	border-left:#777777 solid thin !important;
}

/*---------------END Form--------------------------------*/
