a.hoverl_1, a.hoverl_2, a.hoverl_3, a.hoverl_4 {
	font-size: 16px;
	display: inline-block;
	border: 1px solid #000000;
	line-height: 42px;
	border-radius: 20px;
	font-style: normal;
	color: white;
	text-decoration: none !important;
	margin: 0;
	text-align: center;
}

a.hoverl_1, a.hoverl_2 {
	width: 148px;
}
a.hoverl_3, a.hoverl_4 {
	width: 300px;
}

a.hoverl_4 {
	background: rgba(0,0,0,0.33);
}
a.hoverl_4:hover {
	background: rgba(0,0,0,0.75);
}
a.hoverl_1 {
	background-color: #FF6B61 !important;
}
a.hoverl_2 {
	background-color: #00CC32 !important;
}
a.hoverl_3 {
	background-color: #125AF5 !important;
}
a.hoverl_1:hover, a.hoverl_2:hover, a.hoverl_3:hover {
	background-color: #333333 !important;
	color: #F9F9F9;
}
#quoteform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	padding: 15px;
	border-radius: 20px;
	width: 450px;
}
#quoteform input.form-control {
	padding: 3px;
}
#quoteform input[type=text].form-control {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#quoteform input[type=tel].form-control {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#quoteform input[type=email].form-control {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#quoteform input[type=date].form-control {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#quoteform textarea.message-box {
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 400px;
	vertical-align: top;
	padding: 3px;
	color: #000000;
}
#quoteform b {
	font-size: 12px;
	display: inline-block;
	width: 91%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#quoteform b em {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
input[type=date]::-webkit-calendar-picker-indicator {
  width: 10%;
  background-color: #999999;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000000;
  background-image: transparent;
}
button.submit_btn {
	border: 1px solid #333333;
	border-radius: 10px;
	height: 45px;
	width: 55%;
	background-color: #666666;
	
}