#formContact {
	margin:0 0 20px 0;
	padding:0;
}
#formContact fieldset {
	border:0;
}
#formContact label {
	float:left;
	width:120px;
	font-family:Trebuchet,'Trebuchet MS',Helvetica,sans-serif;
	font-size:12px;
	clear:both;
	font-weight:bold;
	margin-top:14px;
	padding-top:3px;
	color:#000;
}
#formContact label span {
	color:#077f3c;
	
}
#formContact input[type="text"] {
	width:510px;
	height:23px;
	border:1px solid #077f3c;
	background:none;
	margin-top:10px;
	padding:5px 0 0 10px;
}
#formContact textarea {
	width:510px;
	height:140px;
	border:1px solid #077f3c;
	background:none;
	margin-top:14px;
	padding:5px 0 0 10px;
}
#formContact input[type="reset"], #formContact input[type="submit"] {
	width:111px;
	height:31px;		
	border:0;
	margin-top:10px;
	font-family:Trebuchet,'Trebuchet MS',Helvetica,sans-serif;
}
#formContact input[type="reset"] {
	background:url(../images/buton2bg.jpg) no-repeat;
}
#formContact input[type="submit"] {	
	background:url(../images/buton1bg.jpg) no-repeat;
	padding-left:10px;
}
.cont-text {
	float:left;
	width:296px;
	padding-top:16px;
	color:#000;
}
.cont-but {
	float:left;
}
.flerror {
	width:620px;
	border:1px solid #077f3c;
	padding:10px;
}

.flerror span {
	font-weight:bold;
	font-size:16px;
}
	