#form-wrapper
{
    background:#DBEDF7;
	margin:-15px 0px 30px 0px;
	
	width:600px;
}

#contact
{
	border-top:solid 1px #85C1E2;
}

#contact .contact_div
{
    border-bottom:solid 1px #fff;
	padding:15px 0;
}

#contact .contact_divComment
{
	background:#EDEDED;
	border:none;
}

#contact .contact_divSubmit
{
	background:#EDEDED;
	text-align:right;
}

#contact .contact_div p
{
	margin:0 0 0 15px;
}

#contact .contact_input
{
	border:1px solid #C9C9C9;
	/*width:465px;*/
	width:270px;

	padding:2px 0 2px 2px;
}

#contact .contact_textarea
{
	border:1px solid #C9C9C9;
	height:150px;
	overflow-y:scroll;
	/*width:465px;*/	
	width:561px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 0 2px 2px;
}

#contact .contact_select
{
	border:1px solid #C9C9C9;
	/*width:465px;*/
	width:270px;

	outline:none;
	
}

#contact .contact_button
{
	margin:0 22px 5px 0;
	
	background:transparent url(../images/miniSites/button.jpg) repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	width:165px;
}

div.divLeft
{
	float:left;
	width:300px;
	margin-right:10px;
}

div.divRight{}

/*  borders */
div.border-right
{
	border-right:solid 1px #fff;
}

div.border-none
{
	border-bottom:none !important;
}

p.formText
{
	padding:0 5px !important;
	color:#7B7B7B;
}

.contacts
{
	width:600px;
}

td.spacer
{
	width:43px;
}






