/* CSS Document */

.contactPage #pageTitle h2:after {
  content: "COMPANY";
}
.contactPage .titlebg {
  background-image: url("../../cmn-img/pagetitle/contact.jpg");
}


/**/
.errorMessage{
	color:red;
}

.form-control{
	width: 100%;
	padding: 5px;
}
textarea{
	padding: 5px;
	width: 100%;
}
.btn{
	margin: 25px auto;
	max-width: 950px;
	text-align: center;
}
.btn button.submit{
	width: 300px;
	height: 44px;
	line-height:44px;
	background-color: #07A60F;
	color:white;
	font-weight: bold;
}
.btn button.return{
	width: 200px;
	height: 34px;
	line-height:34px;
	background-color: #333;
	color:white;
	font-weight: bold;
}