body { color:#000; }
a {
  color:#1687e8;
  text-decoration:none;
}

#step1 {
	display:block;
	width:100%;
	font:normal 14px "helvetica","arial","sans serif";
	background:#eee;
}

#step2 {
	display:none;
	width:100%;
	font:normal 14px "helvetica","arial","sans serif";
	background:#eee;	
}

#service {
	position:relative;
}

#step1,
#step2  {
	font-weight:bold;
}

#quote-header {
	background-image:url(/img/quotes/form-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position:relative;
	width:95%;
	height:144px;
	padding: 0 0 0 20px;
	z-index:5000;
}

#quote-header h2,
#join-network-header h2 {
	font-size: 20px;
	line-height: 18px;
	color: rgb(255, 255, 255);
	font-family: "helvetica","arial","sans serif";
	padding:10px 0 0 0;
	margin:0 !important;
}

#quote-header .free-label,
#join-network-header .free-label {
	float:right;
}


#join-network-header {
	background-image:url(/img/quotes/partnership-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position:relative;
	width:100%;
	height:144px;
	padding: 0 0 0 20px;
	z-index:5000;
}

#step1 fieldset,
#step2 fieldset {
	background:#EEE;
	border:solid 0px #E3E3E3;
	z-index:1000;
	width:91%;
	padding:40px 10px 10px 20px;
	margin:-50px 0 0 5px;
}

#step1 .option,
#step2 .field {
	margin:0 0 7px 0;
}

#step1 select,
#step2 select {
	padding:.2em;
	border-style: solid;
    border-width: 1px;
    border-color: #BBB;
	border-radius: 5px;
	width:95%;
	color:#666 !important;
}

#step1 a#continue,
#step2 a#request {
	display: block;
	border-style: solid;
	z-index: 32;
	width: 50%;
	height: 30px;
	border-radius: 5px;
	background: transparent linear-gradient(#c51416, #ED2024) no-repeat scroll 0% 0%;
	box-shadow: 0px 1px 0px #c51416 inset, 0px -1px 2px #ED2024 inset;
	text-shadow: 1px 1px #521601;
	color: #FFF;
	border-width: 1px;
	border-color: #333;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	margin:0 auto;
	padding:5px 0 0 0;
}

#step1 input#form-submit {
	display: block;
	border-style: solid;
	z-index: 32;
	width: 85%;
	height: 30px;
	border-radius: 5px;
	background: transparent linear-gradient(#c51416, #ED2024) no-repeat scroll 0% 0%;
	box-shadow: 0px 1px 0px #c51416 inset, 0px -1px 2px #ED2024 inset;
	text-shadow: 1px 1px #521601;
	color: #FFF;
	border-width: 1px;
	border-color: #333;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	margin:0 auto;
	padding:5px 10px;
}

#step1 a#continue span,
#step2 a#request span {
	text-shadow: 1px 1px #521601;
	color: #FFF;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
}

#step1 input,
#step2 input {
    border-style: solid;
    border-width: 1px;
    border-color: #BBB;
	background-color: #FFF;
	color: #000;
	box-shadow: 0px 2px 3px #DDD inset;
	border-radius: 5px;
	width: 90%;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	padding: 0 8px;
	/* margin: 0px; */
	border: 1px solid #666;
	font-family: "helvetica","arial","sans serif";
}

#step2 input#lead_phone {
    border-style: solid;
    border-width: 1px;
    border-color: #BBB;
	background-color: #FFF;
	color: #000;
	box-shadow: 0px 2px 3px #DDD inset;
	border-radius: 5px;
	max-width: 200px;
	width:50%;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	padding: 0 8px;
	/* margin: 0px; */
	border: 1px solid #666;
	font-family: "helvetica","arial","sans serif";
	display:block !important;
	
}

#step2 input#lead_phone_ext {
	max-width:45px;
	width:50%;
	display:block !important;
}

#step1 textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #BBB;
	background-color: #FFF;
	color: #000;
	box-shadow: 0px 2px 3px #DDD inset;
	border-radius: 5px;
	width: 90%;
	font-size: 16px;
	line-height: 16px;
	height: 62px;
	padding: 5px 8px;
	margin: 0px;
	border: 1px solid #666;
	font-family: "helvetica","arial","sans serif";
}

#err1, #err2 {
	color:#c00;
	font-weight:bold;
	min-height:10px;
	margin:0 0 15px 0;
}

