@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/



#contact-us-label{
	font-weight:bold;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 6px;
	width: 460px;
	color: #253570;
	padding-left: 5px;
	height: 18px;
	background-image: url(../images/contacttitle_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contact-us-textbox{
	width: 460px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#contact-us-button {
	background-image: url(../images/contact_button.gif);
	background-repeat: no-repeat;
	width: 124px;
	height: 19px;
	float: left;
}	
#contact-us-button a.send{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 18px;
	padding-top: 4px;
}	

#contact-us-button a.send:hover {
	color: #FFFFFF;
	background-image: url(../images/contact_button.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
}	

#contact-us-optout{
font-size: 10px;
}

#contact-us-disclaimer{
font-size: 10px;
}

