html { zoom: expression(document.execCommand("BackgroundImageCache", false, true)) }
.question_widget {
	background: url(img/question_bg.png) no-repeat 50% 100%;
	border: 1px solid #3b3b3b;
	font-family: "Trebuchet MS", Arial, sans-serif;
	height: 373px;
	width: 168px;overflow: hidden;
}
* html .question_widget { /* IEs has borders inside block, so we should increase the height and the width on 2px */
	height: 375px;
	width: 170px;
}
.question_widget table {
	background: url(img/header_bottom_bg.png) no-repeat left bottom;
	height: 59px;
	margin: 0;
	width: 166px;
}
.question_widget td {
	background: url(img/header_top_bg.png) no-repeat left top;
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	padding: 10px 5px 3px;
	text-align: center;
	vertical-align: middle;
}

.answers {
	height: 309px;
	margin: 0 0 0 2px;
	overflow: hidden;
	width: 166px;
}
.answers div {
	margin-bottom: 1px;	
	overflow: hidden;
	zoom: 1;
}
.question_widget .avatar {
	display: block;
	float: left;
	height: 48px;
	padding: 3px;
	width: 48px;
}
.green .avatar {
	background: url(img/hover_photo_bg.png) no-repeat 0 0;
}
.question_widget .avatar  img {
	border: none;
	display: block;
}
.question_widget .answer_text {
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	overflow: hidden;
	width: 110px;
}
.question_widget .answer_text, .question_widget .answer_text:visited {
	color: #3b3b3b;
	text-decoration: none;
}
.top_wrapper {
	display: block;
	padding: 6px 8px 1px 9px;
}
.question_widget  .bottom_wrapper {
	display: block;
	font-size: 0;
	height: 6px;
	line-height: 0;
}
.top_wrapper {
	background: url(img/gray_top.png) no-repeat 0 0;
}
.green .top_wrapper {
	background: url(img/green_top.png) no-repeat 0 0;
}
.bottom_wrapper {
	background: url(img/gray_bottom.png) no-repeat 0 0;
}
.green .bottom_wrapper {
	background: url(img/green_bottom.png) no-repeat 0 0;
}






