.form_error {
	text-align: center;
	color: #D62929;
	font-size: 12pt;
	font-weight: bold;
}

.inner {
	padding: 20px 30px 0 0;
}

#quotes {
	padding: 40px 30px 26px 22px;
	background: url(../images/gif/openq.gif) no-repeat;
	overflow: hidden;
}

#quotes2 {
	background: url(../images/gif/closeq.gif) no-repeat right bottom;
	overflow: hidden;
	padding: 0 0 8px;
}

.pdf_box {
	border: 1px solid #9bbedb;
	background: #ddeaf5 url(../images/gif/pdf_download.gif) no-repeat;
	padding: 18px 10px 5px 85px;
	overflow: hidden;
	height: 56px;
}

a.pdf_download {
	text-decoration: none;
}

a:hover .pdf_box  {
	background: #fff url(../images/gif/pdf_download.gif) no-repeat 0 -421px;
}

.pdf_box h3 {
	color: #005395;
	font-weight: bold;
	font-size: 18px;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0 0 6px;
}

.pdf_col {
	width: 155px;
	float: left;
	overflow: hidden;
	height: 30px;
	color: #595858;
}

.pdf_col strong {
	font-weight: bold;
	color: #434343;
}

.doc_box {
	border: 1px solid #53c34b;
	background: #115d0b url(../images/gif/word_file.gif) no-repeat;
	padding: 15px 10px 15px 65px;
	overflow: hidden;
	height: 72px;
	color: #e2ffe0;
	font-weight: bold;
	font-size: 16px;
	font-family: arial, sans-serif;
	text-align: left;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	float: none;
}

.doc_box:hover {
	background: #fff url(../images/gif/word_file.gif) no-repeat 0 -430px;
	border-color: #115d0b;
	color: #115d0b;
	text-decoration: underline;
}

#option_descriptions {
	display: none;
}