/* CSS Document */



.errorText {
	color: #939598;
}

.success {
	color: #fff;
	background-color: #129603;
}

.fail {
	color: #fff;
	background-color: #BC070A;
}

#Result_Msg {
	display: none;
	width: 100%;
	height: auto;
	padding: 10px;
	font-size: 18px;
	clear: both;
	margin-top: 50px;
}


#UnsuccessError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	font-size: 13px;
	padding: 4px;
	border: solid 1px #000000;
	background-color: #da2129;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
	float: left;
}

#successError {
	display: none;
	color: #fff;
	width: 100%;
	font-size: 13px;
	padding: 4px;
	border: solid 1px #fff;
	background-color: #00ace5;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
	float: left;
}

#contact_form {
	line-height: 1.5em;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0 0 0;
}


#contact-left {
	width: 60%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;	
}

#contact-right {
	width: 40%;
	height: auto;
	float: left;	
	text-align: center;
	font-size: 18px;
	line-height: 1.25;
	margin: 30px 0 0 0;
	color:#737070;
}

.campaign {
	color: #FC060A;	
}
.quote-btn2{background-color: #C4C4C4;cursor:pointer; padding: 4px 10px;}
#contact_form  input#Name, #contact_form  input#Phone, #contact_form  input#Email {
	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: 60%;
}

#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: 75%;
	font-family:Arial, Helvetica, sans-serif;
}
@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){
#contact-left {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;	
}

#contact-right {
	width: 100%;
	height: auto;
	float: left;	
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
}
.quote-btn2{width:80%; float:left;font-family:'Conv_ufonts.com_gillsans'; background:url(../images/quote-btn2.png) no-repeat center top; min-height:28px; border:0px; color:#ffffff; font-size:15px; text-transform:uppercase; margin-top:10px; margin-left: 0; text-align:left; text-align:left; padding-left:15px;cursor:pointer;}
}


