/* CSS Document */

.errorText {
	color: #939598;
}

.success {
	color:#fff;
	background-color: #0a4d1a;
}

.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;
}

#UnsuccessError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 13px;
	padding: 4px;
	border: solid 1px #000000;
	color:#fff;
	background-color: #0a4d1a;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
	float: left;
}

#successError {
display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F324B;
	width: 90%;
	font-size: 13px;
	padding: 4px;
	border: solid 1px #3F324B;
	background-color: #C78BBD;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
	float: left;}

#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 {
	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: 8px 5px;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#contact_form  textarea {
border-bottom: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 8px 5px;
	margin-top: 3px;
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

input#send{width: 15%;background-color:#0a4d1a; border-radius:5px; color:#fff; padding:6px 0; font-size:17px; text-align:center; margin:0 0 0 0;transition:0.5s; cursor:pointer;}
input#send:hover {background:#fff; text-decoration:none; transition:0.5s; color:#0a4d1a; border: 1px solid #0a4d1a;}

#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: 19px;
	line-height: 1.25;
}

.red {
	color: #F00;	
}

@media(max-width:720px){
#contact_form  input#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: 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%;
}
#left_contact {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;	
}

#right_contact {
	width: 100%;
	height: auto;
	float: left;	
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
}

input#send {width: 50%;}
}