.question_panel {
	padding-bottom: 10px;
	_height: 1%;
	background: url(../images/product-wizard/qbox_bottom.jpg)  bottom left no-repeat;
}

	.question_panel .top {
		height: 16px;
		position: relative;
		background-color: #fff;
		background: url(../images/product-wizard/qbox_top.jpg) bottom left no-repeat;
	}

	.question_panel .top_arrow {
		height: 35px;
		position: relative;
		background: url(../images/product-wizard/qbox_top_arrow.jpg) bottom left no-repeat;
	}

	.question_panel .content {
		margin: -4px 15px 0px 15px;
		position: relative;
		background-color: transparent;
	}

	.question_panel span {
		color: black;
		font-size: 20px;
		font-weight: bold;
	}

	.question_panel select {
		margin: 8px;
	}


.product_panel {
	padding-bottom: 15px;
	_height: 1%;
	background: url(../images/product-wizard/product_bottom.jpg)  no-repeat bottom left;
}

	.product_panel .product_top_1 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_1.jpg) bottom left no-repeat;
	}

	.product_panel .product_top_2 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_2.jpg) bottom left no-repeat;
	}

	.product_panel .product_top_3 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_3.jpg) bottom left no-repeat;
	}

	.product_panel .product_top_4 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_4.jpg) bottom left no-repeat;
	}

	.product_panel .product_top_5 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_5.jpg) bottom left no-repeat;
	}
	
	.product_panel .product_top_6 {
		height: 41px;
		position: relative;
		background: url(../images/product-wizard/product_top_6.jpg) bottom left no-repeat;
	}

	.product_panel .content {
		margin: -4px 20px 0px 15px;
		position: relative;
	}

	.product_panel span {
		color: black;
		font-size: 20px;
		font-weight: bold;
	}

	.product_panel select {
		margin: 8px;
	}