.contactFormContent, .contactFormContentIndex {
	color: #fff !important;
}

/* START CONTACT FORM FOR INDEX PAGE */
.contactFormContentIndex .contactFormLeft {
	width: 200px;
	margin: 0px 0px 0px 10px;
	float: left;
}

.contactFormContentIndex .contactFormRight {
	margin: 0px 0px 0px 200px;
}


.contactFormContentIndex h3 {
	font-size: 22px;
	font-weight: 900;
	padding-left: 30px;
	margin-bottom: 0;
}

.contactFormContentIndex .contactFormRight p {
	padding: 5px 0px 0px 20px;
	maring: 0px;
}

/* END CONTACT FORM FOR INDEX PAGE */



/* START CONTACT FORM FOR SUB PAGE */
.contactFormContent .contactFormLeft {
	width: 200px;
	float: left;
}

.contactFormContent .contactFormRight {
	margin: 0px 0px 0px 200px;
}

.contactFormContent .contactFormRight p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

/* END CONTACT FORM FOR SUB PAGE */

.contactFormWrapper .text {
	width: 155px;
	height: 25px;
	padding: 0px 0px 0px 10px;
	border: 2px solid #89898b;
	color: #89898b;
	font-family: "gloriola-web-1","gloriola-web-2",sans-serif;
	font-weight: bold;
}

.contactFormWrapper .textarea {
	width: 212px;
	height: 165px;
	color: #89898b;
	padding: 10px;
	font-family: "gloriola-web-1","gloriola-web-2",sans-serif;
	font-weight: bold;
	border: 2px solid #89898b;
}

.contactFormWrapper .required {
	height: 23px;
	width: 70px;
	float: left;
	margin: 0px 0px 0px 5px;
	color: #89898b;
	font-family: "gloriola-web-1","gloriola-web-2",sans-serif;
	font-weight: bold;
}

.contactFormWrapper  a {
	color: #fff;
}

button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none transparent;
	cursor: pointer;
	}
input.error, textarea.error {
	border-color: #ff0000 !important;
}
#messageBox {
	margin: 0 10px;
	}
.footerWrapper {
	background-color: #545456;
	}
