.main {
	background: #8AC2EF;
	background-image: url(../images/leftmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content {
	background: #9CCAF1;
}
.footer {
	background-image:url(../images/contactus-footer_bg.gif)
}

form {
	width: 410px;
	margin: 0 auto;
	font-weight:bold;
}
.field {
	width: 195px;
	height: 50px;
	float: left;
	margin: 5px;
	vertical-align: top;
}
label {
	float: left;
	clear: left;
	width: 180px;
}
input[type=text] {	
	width: 180px;
	float: left;
}
select {
	width: 185px;
	float: left;
}
textarea {
	float: left;
	clear: both;
	width: 400px;
	height: 105px;
	margin: 5px;
}
submit {
	float: left;
	clear: both;
	width: 420px;
}
input[type=button],input[type=submit],input[type=reset],input[type=image] {
	float: right;
	clear: both;
	width: 120px;
	background:#FFF;
	background-image: url(../images/button.png);	
	background-repeat: no-repeat;
 
   background-position: left top;
	font-weight: bold;
	color: #FFF;
	border: none;
	cursor:pointer;
}
