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

.maindiv {
	width:637px;
	margin-left:240px;
	padding:20px;
	padding-bottom:40px;
	border-right:1px solid #D9DADA;
	background-color:#FFFFFF;
}
.page_header {
	width:626px;
	height:30px;
	margin-top:10px;
	margin-bottom:25px;
	border-bottom:1px solid #CC0000;
}

/* form styles ----------------------------------------------------- */

.form_holder {
	position:relative;
	width:413px;
	border-left:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8;
	background-color:#F3F3F3;
}
.form_header {
	position:relative;
	width:415px;
	height:23px;
	background-image:url(../images/contact-form-header.gif);
	background-repeat:repeat-x;
}
.form_header_text {
	margin-left:6px;
	line-height:23px;
	font-weight:bold;
}
.form_lhs {
	position:absolute;
	left:0px;
	top:0px;
	width:3px;
	height:23px;
	background-image:url(../images/contact-header-lhs.gif);
	background-repeat:no-repeat;
}
.form_rhs {
	position:absolute;
	right:0px;
	top:0px;
	width:3px;
	height:23px;
	background-image:url(../images/contact-header-rhs.gif);
	background-repeat:no-repeat;
}
.form_base {
	width:415px;
	height:3px;
	background-image:url(../images/contact-form-base.gif);
	background-repeat:no-repeat;
}
.cform_input {
	width:269px;
	height:16px;
	border:1px solid #C0C0C0;
}
.cform_textarea {
	width:269px;
	height:100px;
	border:1px solid #C0C0C0;
}