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



#contactform {
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 355px;
	background-image: url(../images/info2.png);
	background-repeat: no-repeat;
	
}
.contactform #contactus {
	float: left;
	width: 355px;
	margin-top: 20px;

}


.contactus ul li {
	width: 355px;
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin-bottom: 5px;
	margin-right: 30px;
	
}
.contactus ul li .state {
	float: left;
	width: 355px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contactus ul li .forminfo {
	float: left;
	width: 350px;
	height: 20px;
}
.contactus ul li label {
	float: left;
	width: 355px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #249DDF;
}
.contactus ul li .formtitle {
	float: left;
	width: 355px;
}
.contactus ul li .formmessage {
	float: left;
	width: 350px;
	height: 120px;
}
.contactus .sendbut {
	float: left;
	height: 30px;
	width: 121px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	background-image: url(../images/send-but.png);
	margin-right: -5px;
}
.content-wrap .content .thankyoubox p {
	text-align: center;
}
