/* === FORM STYLES === 
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 1.0, Dec 2013
=============================================================*/

FORM#quoteform FIELDSET { /* Quote page */
	padding: 20px 30px;
}

FORM#quoteform .columns {
	padding-left: 0;
}

FORM#quoteform LABEL {
	font-size: 0.75em;
}

FORM#quoteform INPUT, 
FORM#quoteform SELECT {
	padding: 5px;
	height: auto;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}


FORM#quoteform INPUT, 
FORM#quoteform SELECT, 
FORM#quoteform TEXTAREA {
	font-size: 16px;
}

FORM#quoteform .small-12 {
	padding-right: 15px;
}

FORM#quoteform SPAN {
	font-size: 0.8em;
}

FORM#quoteform .small-3 IMG {
	margin-top: 25px;
}

.required {
	color: #CC0000;
}

.tip {
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
	line-height: normal;
}

FORM#quoteform INPUT.c2abtn,
FORM#Process INPUT.c2abtn {
	font-size: 1em !important;
	padding: 10px 20px;
}


/* ------ Free Quote Form (Home) ------ */
DIV#quickquote {
	border: 2px solid #EF7D22;
	background-color: #FFC876;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

DIV#quickquote-inner {
	padding: 3px 10px;
}

DIV#quickquote, 
DIV#quickquote H1 {
	color: White;
}

DIV#quickquote H2 {
	color: Black;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EF7D22;
	padding: 4px 6px;
	margin-top: 0px;
}

DIV#quickquote FORM {
	margin: 0;
	padding: 0;
}

DIV#quickquote FORM P LABEL {
	clear: left;
	float: left;
	width: 30%;
	margin-right: 5px;
	padding-top: 2px;
	font-size: 1em;
	color: Black;
	font-weight: bold;
}

DIV#quickquote P {
	margin: 5px;
	font-weight: bold;
	font-size: 0.7em;
	color: Black;
} 

DIV#quickquote P.fieldgroup {
	text-align: left;
	clear: both;
	padding: 0px 5px 2px 0px;
}

DIV#quickquote INPUT {
	width: 65%;
	padding: 2px;
	height: auto;
	margin: 0;
	font-size: 1.2em;
}

DIV#quickquote FORM SPAN.label2 {
	margin-right: 6%;
}

DIV#quickquote INPUT[type="radio"] {
	width: 6%;
	margin-left: 2%;
}

DIV#quickquote INPUT.smallfield {
	width: 15%;
	display: inline;
	margin-left: 4%;
}

.hero #quickquote P.fieldgroup INPUT.firstfield {
	margin-left: 15px;
}

/*DIV#quickquote INPUT.date {
	width: 55%;
	display: inline;
}
}*/

DIV#quickquote P.c2abutton {
}

DIV#quickquote INPUT.c2a {
	font-weight: bold !important;
	font-size: 1.5em;
	padding: 5px;
	width: 100%;
	height: auto;
	/*text-transform: uppercase;*/
	margin: 3px 0px;
}

FORM#PalmSpringsFreeQuote INPUT,
FORM#Process INPUT {
	font-weight: bold !important;
	padding: 10px;
	/*text-transform: uppercase;*/
}

DIV#quickquote INPUT:HOVER.c2a,
FORM#PalmSpringsFreeQuote INPUT:HOVER.c2a,
FORM#Process INPUT:HOVER.c2a {
	background-color: Black;
}

P#authorization {
	margin-top: 20px;
	font-weight: bold;
	background-color: #FFFFCC;
	border: 1px solid #F5A538;
	padding: 8px 16px;
	color: Black;
}

INPUT#Authorization {
	padding: 0;
	margin: 0;
}

/*
#wrap-btn {
	text-align: center;
}
*/