#form-wrapper p, #contact-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:5px 10px 5px 30px;
	margin:1px 0px 0px 0px;
	background-color:#f8f7f2;
}

#form-wrapper label, #contact-wrapper label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#736f64;
	padding:0px 10px 0px 0px;
	width:120px;
}

#form-wrapper select, #contact-wrapper select {
	float:left;
	border:1px solid #92a3af;
	background-color: #FFF;
	font-size:12px;
}

#form-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:130px;
	
}

#form-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:30px;

}

#form-wrapper input, #contact-wrapper input {
	float:left;
	border:1px solid #92a3af;
	background-color: #FFF;
	font-size:12px;
	width:180px;
}

button {
	width:94px;
	height:26px;
	border:0px;
	background-color:#fff;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

div#buttons {
	clear:both;
	float:none;
	height:23px;
	padding:20px 0px 20px 0px;
}

.info-wrapper label {
	display:block;
	float:left;
	line-height:18px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#736f64;
	padding:0px 10px 0px 0px;
	width:100px;
}

.info-wrapper p {
	clear:both;
	float:none;
	padding:5px 10px 5px 30px;
	margin:1px 0px 0px 0px;
	background-color:#f8f7f2;
	font-size:12px;
	font-weight:normal;
	color:#736f64;
	line-height:18px;
}
#contact-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:130px;
	
}

#contact-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:30px;

}

#contact-wrapper label {
	width:130px;
}

#contact-wrapper p {
	padding:5px 10px 5px 15px;
}

#contact-wrapper textarea {
	float:left;
	height:150px;
	border:1px solid #92a3af;
	font-size:12px;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
}
