.product {
	background-color: #FFFFFF;
	font-size: 11px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
}
#no_results {
	background-image: url(images/product_chooser_none.gif);
	background-repeat: no-repeat;
}
.question {
	width: 200px;
	float: left;
	font-size: 11px;
}
.answers {
	display: block;
	float: left;
	padding-top: 1em;
}
#q1, #q2, #q3, #q3, #q4, #q5 {
	display: inline;
	float: left;
	clear: both;
	width: 416px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	padding-top: 5px;
}
#q5 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#results {
	display: inline;
	float: left;
	clear: both;
	width: 416px;
	margin-bottom: 5px;
	margin-top: 15px;
	background-color: #FFFFFF;
}

.reset {
	margin-top: 5px;
	display: inline;
	float: right;
	clear: none;
	margin-bottom: 5px;
}
.reset a, .reset a:visited {
	background-color: #F5F5F5;
	text-align: center;
	padding: 3px 4px;
	border: 1px dashed #E1E1E1;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
.reset a:hover {
	background-color: #1F7F01;
	color: #FFFFFF;
	text-decoration: none;
}

