.QuickContact_css{} /* Can not start with comment for backwards compatability. */

/* -------------------------------------------------------- */
/* -- Document: QuickContact.css                         -- */
/* -- Author: Kurt Schreckengost                         -- */
/* -- Website: acremaxwell.com                           -- */
/* -- Content: Styles for the quick contact form section -- */
/* -------------------------------------------------------- */

#quick_contact_container
{
	border-bottom: dashed 1px #660000;
	width: 125px;
	margin: 30px auto 0px auto;
}

#quick_contact_container_header
{
	border-bottom: dashed 1px #660000;
	color: #993333;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	letter-spacing: 2pt;
}

#quick_contact_container form
{
	margin: 0px;
	padding: 0px;
}

#quick_contact_container form .inputfield
{
	border-left: solid 1px #595959;
	border-top: solid 1px #595959;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color: #fff0b4;
	margin-bottom: 5px;
}

#quick_contact_container form label
{
	color: #463C3C;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	margin-top: 10px;
}