.selectHeader {
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 7px;
}

/* Mini Quote Form */
.miniQuote {
	color:#333;
	font-weight:bold;
	font-size:10px;
	width: 260px;
}

.miniQuoteContent, .miniQuoteBottomSection {
	background-image: url(../images/miniQuote/miniQuoteBG.png);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 15px;
}

.miniQuoteContent select {
	font-size: 12px;
	margin-bottom: 5px;
	width: 183px;
	height: 21px;
}

.miniQuoteRow {
	padding: 4px 0 4px 2px;
}

.miniQuoteRowLast {
	padding-bottom: 5px;
}

.miniQuoteText {
	float: left;
	width: 59px;
	margin-top:5px;
}

.miniQuoteSeparator {
	background-image: none;
	background-repeat: no-repeat;
	height: 0px;
}

.miniQuoteBottomSection {
	height: 32px;
	padding-top: 8px;
}

.miniQuoteBottomSection a, .miniQuoteBottomSection a:link, .miniQuoteBottomSection a:visited, .miniQuoteBottomSection a:active {
	font-weight: bold;
}

.miniQuoteSubmit img {
	margin-left: 18px;
	vertical-align: middle;
}

.miniQuoteBottomSection img {
	padding: 0;
}

/* Regular Quote Form */
.quote {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.quoteContent {
	font-size: 11px;
	padding: 30px 0 0 50px;
}

.quoteContent, .quoteBottomSection {
	background-image: url("/assets/images/quote/quoteSeparator.png");
	padding: 30px 0 0 50px;
	width: 378px;
}

.quoteRow {
	padding-bottom: 8px;
	clear: both;
}

.quoteText {
	float: left;
	width: 120px;
	margin-top: 2px;
}

.quoteAsterisk {
	color: #0099CC;
	font-weight: bold;
	padding-right: 5px;
}

.quote input[type="text"] {
	height: 20px;
}

.quoteContent ul.checkboxList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

.quoteContent ul.checkboxList a {
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

.quoteBottomSection {
	padding-bottom: 30px;
	padding-top: 10px;
}

.quoteBottomSection a {
	color: #0099CC;
	font-size: 8.5px;
	font-weight: bold;
}

.quoteSubmit {
	margin-left: 55px;
}

.quoteSubmit img {
	vertical-align: middle;
}

/* Misc */
.quote input {
  padding-left: 4px;
}
.quoteTextWide {
	float: left;
	width: 200px;
}
.phone input {
  padding-top: 4px;
}
input.error {
  background-color: #fdd;
  border: 1px solid red;
}
#leadform input {
  padding-top: 4px;
}

