/* CSS Document */

.errorText {
	color: #939598;
}

.success {
	color: #000;
	background-color:#A9A9A9;
}

.fail {
	color: #fff;
	background-color: #BC070A;
}

#Result_Msg {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 18px;
	clear: both;
	margin-top: 0;
	margin-bottom: 30px;
}

#contact_form {
	line-height: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 0 0;
}

#contact_form  input#Name, #contact_form  input#Phone, #contact_form  input#Email, input#Service, #contact_form input#Job_Title {
	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: 6px;
	width: 60%;
	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: 6px;
	margin-top: 3px;
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

input#send {
	background-color: #C6C6C6;
	padding: 8px 15px;	
	cursor: pointer;
	font-size: 15px;
}

#left_contact {
	width: 60%;
	height: auto;
	float: left;
	margin: 0 0 0 0;	
	}

#right_contact {
	width: 40%;
	height: auto;
	float: left;	
	text-align: center;
	font-size: 18px;
	line-height: 1.25;
}
#right_contact p {
	text-align: center;
	font-size: 16px;
}

.blue-color {
	color: #233f8c;
	font-weight: bold;
	text-transform: uppercase;
}

iframe {
	width: 350px;
	height: 350px;	
}

.g-recaptcha iframe {
	height: 78px;
}

.phone {
	font-size: 20px;
	text-align: center;
	color: #16552A;	
}

.red {
	color: #F00;	
}

@media (max-width: 768px) {
#left_contact {
	width: 100%;
}

#right_contact {
	width: 100%;
}

}

@media screen and (max-width:640px) {
#contact_form  input#Name, #contact_form  input#Phone, #contact_form  input#Email, input#Service, #contact_form input#Job_Title {
	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: 100%;
}
#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: 100%;
}
}