@import url("global.css");
@import url("global_sub.css");

/* CONTENT */

#page_title { 
	background: #505E5E url(../graphix/page_titles/titleContactUs_bdrp.gif) no-repeat 30px 0;
}
h2 {
	font-size: 1em;
    margin-bottom: 15px;
	color: #a3c6c6;
}
#content p {
	margin-bottom: 30px;
}

/* CONTACT FORM */

form, #thank_you {
	background: #a3c6c6;
	padding: 35px 50px 50px 50px;
	clear: both;
}
form h2, #thank_you { 
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;	
}
#thank_you { 
	text-align: center;
	line-height: 1.4em;
}
form h2 { line-height: .9em; }
fieldset { 
	border: 0;
}
legend {
	display: none;
}
#main { 
	float: left;
	width: 360px;
}
#comments { 
	float: right;
	width: 350px;
	padding-left: 30px;
}
#main li {
	margin-bottom: 15px;
}
form label {
	font-weight: bold;
	font-size: .9em;
	text-align: left;
	width: 120px;
	float: left;
	line-height: 1em;
	margin: 4px 0 0 0;
}
input, textarea {
	outline: 0;
	border: 0;
	float: right;
}
input {
	/*background: url(../graphix/form_field.gif) no-repeat;*/
	width: 227px;
	height: 15px;
	padding: 4px;
}
textarea {
	width: 217px;
	height: 85px;
	border: 1px solid #8EACAC;
	padding: 5px 5px;
	max-width: 217px;
}
#submit_form {
	background: url(../graphix/form_submit.gif) no-repeat;
	width: 56px;
	height: 19px;
	text-indent: -9999px;
	margin: 20px 0 0 0;
	cursor: pointer;
	float: right;
}
