/* Contact Page Style */
.errorText {
	color: #939598;
}

.success {
	color: #492F91;
	background-color: #AFC5A5;
}

.fail {
	color: #fff;
	background-color: #BC070A;
}

#Result_Msg {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 18px;
	clear: both;
	margin-top: 50px;
	margin-bottom: 30px;
}

.fieldFormatting {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

.btnFormatting {
	margin-top: 5px;
	margin-right: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

.errorText {
	color: #CE0000;
}

#noteBox {
	display: block;
}

#successError {
	color: #492F91;
	font-size: 12px;
	display: block;
	margin: 10px 0 20px 20px;
	width: 435px;
	padding: 7px;
	background-color: #AFC5A5;
	border: 1px solid #492F91;
}

#UnsuccessError {
	color: #FFFFFF;
	font-size: 12px;
	display: none;
	margin: 10px 0 20px 20px;
	width: 435px;
	border: solid 1px #CE0000;
	padding: 7px;
	background-color: #CE0000;
	font-weight: bold;
}

#contact-information {
	width: 191px;
	height: auto;
	float: left;
	margin: 0 0 30px 0;
	font-size: 15px;
	text-align: center;
	line-height: 1.5;
	color: #E85D00;
	font-weight: bold;	
}
#contact_form  input#First_Name, input#Last_Name, #contact_form  input#Phone, #contact_form  input#Email, input#Service {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin: 3px 0 10px 0;
	padding: 4px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#contact_form  textarea {
border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 4px;
	margin-top: 3px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#left_contact {
	width: 500px;
	height: auto;
	float: left;	
}

#right-contact {
	width: 340px;
	height: auto;
	float: left;	
	margin: 10px 0 0 20px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
}

.purple {
	color: #492F91;	
}
