/* Contact Css */

/*     Contact     */
div#contactform {
	width: 940px;
	height: 420px;
	margin: 0px auto;
	background-image: url(../images/formbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*background-color: #FF9900;*/
}
div#contactform div#blockleftform {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 10px;	
}
div#contactform div#blockleftform p {
	margin: 0px 0px 0px 0px;	
}
div#contactform div#blockleftform form {

}
div#contactform div#blockleftform form fieldset {
	border: 0px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div#contactform div#blockleftform form fieldset p {
	/*width: 460px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#contactform div#blockleftform form fieldset .fieldinside {
	margin: 5px 0px 0px 0px;
	text-align: left;
}
div#contactform div#blockleftform form fieldset .fieldinside label {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #626262;
	float: left;
	width: 120px;
	line-height: 18px;
	margin: 0px 0px 0px 5px;	
}
.interestedtxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
}
.fieldsrequired {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FF3333;
	font-weight: bold;
}
.formsendmess {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
.fieldbox {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
	background-color: #EAEAEA;
	height: 22px;
	border: 1px solid #FFFFFF;
	width: 322px;
	vertical-align: text-bottom;
}
.textareafieldbox {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
	background-color: #EAEAEA;
	border: 1px solid #FFFFFF;
	width: 322px;	
}
/*     right     */
div#contactform div#blockrightform {
	width: 390px;
	float: left;
}
div#contactform div#blockrightform p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 1px 0px;	
}
a.infolink:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
}
div#formsendbtn {
	width: 158px;
	height: 60px;
	background-image: url(../images/sendbtnbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 0px 209px;
}

