div#questionBox {
	background-image:url(../images/background_questionbox.jpg);
	width:375px;
	height:395px;
	padding:0px;margin:0px;
	margin-top:4px;
	margin-left:45px;
	padding:15px;
}

* html div#questionBox {
	padding-bottom:15px;
}

div.button {
	background-image:url('../images/button.png');
	float:left;
	width:120px;
	height:28px;
	padding-top:8px;
	font-size:12px;
	padding-left:6px;
}

* html div.button {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button.png',sizingMethod='scale');
}

div.buttonActive {
	background-image:url('../images/buttonActive.png');
	float:left;
	width:120px;
	height:28px;
	padding-top:8px;
	font-size:12px;
	padding-left:6px;
}

* html div.buttonActive {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttonActive.png',sizingMethod='scale');
}

div.buttonSpace {
	float:left;
	font-size:1px;
	line-height:1px;
	width:14px;
}

p.questionBoxHeader {
	padding:0px;margin:0px;
	font-weight:bold;
	font-size:12px;
}

p.questionBoxQuestion {
	padding:0px;margin:0px;
	padding-left:7px;
}
