@charset "utf-8";
.banner {
	float:left;
	background:url(images/map.gif) no-repeat bottom;
	border-top:solid 1px #CCC;
	height:224px;
	width:578px;
}

.contactleft {
	float:left;
	padding-left:230px;
	margin-top:30px;
	background:url(images/contact.gif) no-repeat;
	height:210px;
}

.contactmiddle {
	background:url(images/tbg.gif) repeat-x;
	padding-top:20px;
	height:185px;
	width:340px;
}

.feedback {
	float:right;
	border-top:solid 1px #CCC;
	background:url(images/feedback.gif) no-repeat 0 4px;
	width:322px;
	height:420px;
}

textarea, input, select {
    border:1px solid #ccc;
    margin:5px 0 0 0;
    line-height:20px;
    color: #000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.feedbackbox {
	margin:60px 0 0 35px;
	width:250px;
	height:300px;
}
.feedbackbox ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}
.feedbackbox ul li{
	position:absolute
	margin:2px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.feedbackbox ul li input,textarea {
	width:190px;
}
.submit {
	float:right;
	padding-right:20px;
}