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

#middle {
	background-image: url(../Images/textboxmid.jpg);
	background-repeat: repeat-y;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#container {
	width: 1000px;
}
#leftcol {
	width: 250px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 25px;
	float: left;
	margin-top: 4px;
	margin-right: 25px;
}
#leftcol p {
	margin-top: 0px;
	text-align: justify;
	line-height: 20px;
}
#middle h1 {
	font-size: 24px;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin-right: 10px;
	color: #D00;
}
#form {
	width: 602px;
	background-image: url(../Images/contactimages/boxmiddle.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-repeat: repeat-y;
	padding: 0px;
	margin-left: 25px;
}
#textboxtop {
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
}
label {
	width: 10em;
	float: left;
	margin-left: 25px;
}
#boxbottom {
	height: 20px;
	overflow: hidden;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 44px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#commentForm fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#commentForm {
	margin: 0px;
}
label.error {
	float: left;
	color: red;
	padding-left: 0.5em;
	vertical-align: top;
	display: block;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 180px;
}
#commentForm p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.required  {
	background-color: #DCF0F1;
	border: 1px solid rgb(83,186,255);
}
#form p{ 
	clear: both; 
}
.submit {
	margin-left: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
	color: #E00;
}

