/* @override http://southcrest.loudchurch.com/css/contact.css */
fieldset { 
	position: relative;
	width: 500px;
	top: 33px;
	left: -35px;
	margin: 0;
	border: none; 
}
#contact_content {
	width: 890px;
	height: 552px;
	background: url(../images/contactbg.jpg);
}
#contact_info_container {
	position: relative;
	top: 19px;
	left: 12px;
	width: 233px;
	float: left;
}
#contact_info_title {
	position: relative;
	top: -2px;
	left: 15px;
	color: #ff9700;
	font-size: 1.5em;
	letter-spacing: 0em;
	width: 200px;
}
#contact_info_body {
	position: relative;
	top: -10px;
	left: 15px;
	line-height: 1.5em;
	width: 210px;
}
#contact_info_body a {
	color: #ff9700;
	text-decoration: none;
	font-weight: bold;
}
#contact_info_body a:hover {
	border-bottom: solid 1px #ff9700;
}

#contact_body {
	position: relative;
	top: 0px;
	left: 24px;
	width: 634px;
	float: left;
}
#contact_body_title{
	width: 572px;
	margin: auto;
	position: relative;
	top: 17px;
	font-size: 1.5em;
	color: #ff9700;
}
#contact_formbg {
	position: relative;
	top: 15px;
	left: 20px;
	height: 314px;
	width: 592px;
	background: url(../images/contact_formbg.jpg) no-repeat;
}
.form_label {
	position: relative;
	top: 5px;
	color: #004e66;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	width: 160px;
}
.form_fld {
	text-align: right;
	margin-bottom: 12px;
}
#contact_formbg input {
	width: 326px;
	height: 19px;
	color: #4e493d;
	padding-left: 3px;
}
#contact_formbg input:focus,
#contact_formbg textarea:focus {
	background: #dcf1ff;
}
#contact_formbg textarea {
	width: 330px;
	height: 90px;
	padding-left: 3px;
}
#form_btns {
	text-align: right;
	position: relative;
	top: 2px;
}

/* PROMO BANNERS */
#contact_promobg {
	position: relative;
	top: 22px;
	left: 20px;
	background: url(../images/contact_promobg.jpg);
	width: 589px;
	height: 156px;
}
.contact_promo1 {
	position: relative;
	top: 12px;
	left: 9px;
}
.contact_promo2 {
	position: relative;
	top: 12px;
	left: 22px;
}
