/* HutchensBit - Product Pages Styles */

/* Product Pages Body Area Styles */
.bodybox h3 {
	color: #F89C39;
	text-align: center;
}
.bodybox h4 {
	text-align: center;
	color: #FF6600;
	margin: 3px;
}
#quotebox {
	margin-left: 5px;
}
#quotebox td {
	margin: 0;
}
#quotebox td.title{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FF6700;
	text-align: left;
	padding-left: 2px;
	background: transparent url(images/menudivider.gif) repeat-y scroll left;
}
#quotebox td.formbox {
	text-align: center;
	border: 2px solid #47360C;
	padding: 2px;
	background: #EDEDED;
}
#quotebox .req {
	font-size: 10px;
	color: red;
}
#quotebox form {
	margin: 0;
	padding: 0;
	text-align: left;
}
#quotebox label {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}



