/* GENERAL RESET */
.contactfrm, .contactfrm p {
	margin: 0px;
	padding: 0px;
}
/* FORM LABELS AND PADDING */
.contactfrm label {
	font-size: 14px;
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	line-height: 25px;
}
.contactfrm input, .contactfrm textarea, .captcha {
	margin-bottom: 6px;
	width: 250px;
	overflow:hidden;
}
.contactfrm textarea {
	overflow:auto;
}
/* INPUT FIELDS */
.contactfrm input, .contactfrm textarea {
	background-color: #FFF;
	border: 1px solid #c6c4bf;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactfrm input.error, .contactfrm textarea.error {
	background-color: #FF3333;
	color:#FFF;
}
/* CAPTCHA */
.contactfrm .captcha input {
	margin-bottom: 0px;
	width: 109px;
}
.contactfrm .captcha img {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.contactfrm .captcha span {
	color:#333;
	font-size:12px;
}
.contactfrm .error_msg {
	margin-left: 110px;
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
.contactfrm label.error {
	color: #FF0000;
	font-size: 11px;
	width: auto;
	display: block;
	float: none;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	line-height: normal;
}
.contactfrm .button {
	background-color: transparent;
	background-image: url(../images/button.png);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	color: #ececec;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height:45px;
	width: 101px;
	line-height: 10px;
	margin-left:107px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	-ms-text-shadow:1px 1px 3px #000;
}
 
