@charset "UTF-8";
/* CSS Document */

#bottomRow{
	background:url('contact-us-bg.jpg') top center no-repeat;
	padding-top:74px;
}
div.top{
	height:1px;
	width:941px;
	background:transparent url('rl.gif') top left repeat-x;
	padding-bottom:1em;	
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#bottomLeft{
	width:320px;
	height:auto;
	height:200px;
	float:left;
	-overflow:hidden;
}
#contact-us-card{
	height:191px;
	width:462px;
	background:transparent url('contact-us-card.gif') top right no-repeat;
	position:relative;
	left:-180px;
	top:-62px;
	overflow:visible;
}
#bottomRight{
	width:520px;
	height:auto;
	float:left;
	text-align:left;
}
fieldset{
	border-top:#daddde 3px solid;
	margin-top:.5em;
	padding-top:1em;
	padding-bottom:1em;
}
span.meta{
	color:#c00;
}
label{
	float:left;
	width:10em;
	font-style: italic;
}
label.long{
	width:28em;
	margin-bottom: 1em;
}
input, select, textarea{
	font-size:1em;
	background-color:#f5f7f0;
	border:#8d8d8d 1px solid;
	font-size: 10px;
	letter-spacing: .5px;
	padding: 2px;
}
label.misc{
	width:auto;
	float:none;
	display:block;
	margin-bottom:0em;
}
textarea.misc{
	display:block;
	margin-top:0em;
	width:350px;
	height:100px;
	background-color:#f5f7f0;
}
select{
	width:140px;
}
form p{
	margin-bottom: -.9em;
}
hr{
	height:1px;
	color:#daddde;
	background-color:#daddde;
	width:100%;
	margin:1em 0 1em 0;
	clear:both;
}
#errorContainer{
	width:330px;
	margin-bottom:1em;
}
#errorContainer ul{
	margin:0;
}
.formError{
	background-color: #F2A3B6;
	padding:2px;
	/*border: 1px solid red;*/
	color: #333;
	font-weight:bold;
}