@charset "utf-8";
/* CSS Document */

.required {
	font-size: 16px;
	color: #C70307;
	font-weight: bold;	
}

#Name, #Email_Address, #Phone{
	border: solid 1px #4A4949;
	padding: 10px;
	background-color: #EDECEC;
	width: 50%;
	margin-bottom: 10px;
}

#Submit {
	border: solid 1px #4A4949;
	padding: 10px;
	background-color: #EDECEC;
	margin-top: 10px;
}

#Comments {
	border: solid 1px #4A4949;
	padding: 10px;
	background-color: #EDECEC;
	width: 75%;
	margin-bottom: 10px;
}

#Submit:hover {
	background-color: #C4C2C2;
	cursor:pointer;
}

form#Contact {
	padding-top: 10px;
}

.success {
	color: #c6b16e;
	background-color: #2c5e71;	
}

.fail {
	color: #fff;
	background-color: #B80609;	
}

#Result_Msg {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

#left_contact {
	width: 60%;
	float: left;	
}

#right_contact {
	width: 40%;
	float: left;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;	
}

@media (max-width: 800px) {
#left_contact {
	width: 100%;
}

#right_contact {
	width: 100%;
}
}
@media screen and (max-width:640px) and (max-width:600px) and (max-width:480px) and (max-width:360px) and (max-width:320px) and (max-width:590px) and (max-width:500px) and (max-width:495px) and (max-width:480px) and (max-width:440px) and (max-width:320px){
	#Name, #Email_Address, #Comments, #Phone, #Company, #Submit {
		width: 90%;
	}
	

}
