/********************************************/
/* 	Contact Us Page   */
/********************************************/



/********************************************/
/* 	Custom Page Styles  */
/********************************************/
form#contactForm input {
	margin: 0px 4px 10px 0px !important;
	border-top: 1px solid #959596;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 2px solid #959596;
	padding-left: 4px;
	color: #547b35;
	font-size: 12px;
}
form#contactForm textarea {
	font: inherit;
	color: #547b35;
	font-size: 12px;
	padding-left: 4px;
	border-top: 1px solid #959596;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 2px solid #959596;
	width: 314px;
	height: 128px;
}
form#contactForm input.short {
	width: 68px;
}
form#contactForm input.medium {
	width: 148px;
}
form#contactForm input.long {
	width: 314px;
}
form#contactForm input.error {
	background-color: #cfd51d;
}

form#contactForm input.submitButton {
	background: transparent url(/images/global/button_submit.gif) no-repeat;
	border: none;
	width: 64px;
	height: 22px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}


