.question_widget_new {
  font-family: "Trebuchet MS", Arial, sans-serif;
  height: 375px;
  width: 170px;
}
.question_widget_short {
  font-family: "Trebuchet MS", Arial, sans-serif;
  height: 153px;
  width: 170px;
}
.question_widget_short .widget_inner_wrapper {
  background: url(img/yellow_short.gif) no-repeat left top;
  height: 140px;
  padding-top: 2px;
}
.question_widget_new .widget_inner_wrapper {
  background: url(img/yellow_big.gif) no-repeat left top;
  height: 360px;
  padding-top: 2px;
}
.question_widget_short table {
  background: url(img/blue_bottom_2.gif) no-repeat left bottom;
  height: 40px;
}
.question_widget_new table {
  background: url(img/blue_bottom.gif) no-repeat left bottom;
  height: 57px;
}
.question_widget_short table, .question_widget_new table {
	margin: 0 2px 2px;
	width: 166px;
}
.question_widget_short td {
  background: url(img/blue_top_2.gif) no-repeat left top;
  padding: 6px 5px 3px;
}
.question_widget_new td {
  background: url(img/blue_top.gif) no-repeat left top;
  padding: 10px 5px 3px;
}
.question_widget_short td, .question_widget_new td {
	color: #fff;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.question_answers {
  margin: 0 2px;
  overflow: hidden;
	width: 166px;
}
.question_widget_short .question_answers {
  height: 85px;
}
.question_widget_new  .question_answers {
  height: 288px;
}
.question_answers p {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.question_widget_short .avatar, .question_widget_new .avatar {
  cursor: default;
	display: block;
	float: left;
	height: 48px;
  margin-right: 1px;
	padding: 3px;
	width: 48px;
}
.green .avatar {
	background: url(img/hover_photo_bg.png) no-repeat 0 0;
}
.widget_inner_wrapper .avatar img {
	border: none;
	display: block;
}
.widget_inner_wrapper .answer_text {
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	overflow: hidden;
	width: 110px;
}
.widget_inner_wrapper .answer_text, .widget_inner_wrapper .answer_text:visited {
	color: #3b3b3b;
	text-decoration: none;
}
.top_wrapper {
	display: block;
	padding: 6px 8px 1px 9px;
}
.widget_inner_wrapper  .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;
}
.widget_button {
  background: url(img/button.gif) no-repeat 0 0;
  display: block;
  height: 22px;
  left: 18px;
  position: relative;
  text-decoration: none;
  top: -11px;  
  width: 137px;
}





