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

/* Mini Quote Form */
.miniQuote {
	color:#727272;
	font-size:8.5px;
	font-weight:normal;
	width: 212px;
}

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

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

.miniQuoteRow {
	padding-bottom: 2px;
}

.miniQuoteRowLast {
	padding-bottom: 5px;
}

.miniQuoteText {
	float: left;
	width: 59px;
}

.miniQuoteSeparator {
	background-image: url(../images/miniQuote/miniQuoteSeparator.png);
	background-repeat: no-repeat;
	height: 2px;
}

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

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

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

.miniQuoteBottomSection img {
	padding: 0;
}

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

.quoteContent {
	font-size: 10px;
	padding-top: 23px;
}

.quoteContent, .quoteBottomSection {
	background-image: url("/assets/images/quote/quoteSeparator.png");
	background-position: center top;
	background-repeat: no-repeat;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 13px;
}

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

.quoteText {
	float: left;
	width: 106px;
}

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

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

.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: 6px;
	padding-top: 19px;
}

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

.quoteSubmit {
	margin-left: 55px;
}

.quoteSubmit img {
	vertical-align: middle;
}

/* Misc */
.quoteTextWide {
	float: left;
	width: 200px;
}