#ysi_widget_button {
  	position: absolute;
  	left: 0;
  	top: 300px;
  	font-weight: bold;
	height: 64px;
	width: 30px;
	z-index: 101;
	cursor: pointer;
	border: none;
	padding-right: 10px;
}

#ysi_widget_button.ysi_blue {
  	background: url("/images/widgets/qa_button_blue.gif") no-repeat;  
}

html>body #ysi_widget_button.ysi_blue {
  	background: url("/images/widgets/qa_button_blue.png") no-repeat;  
}

#ysi_widget_button.ysi_gray {
  	background: url("/images/widgets/qa_button_gray.gif") no-repeat;  
}

html>body #ysi_widget_button.ysi_gray {
  	background: url("/images/widgets/qa_button_gray.png") no-repeat;  
}

#ysi_widget_button.ysi_answers_blue {
  	background: url("/images/widgets/answers_button_blue.png") no-repeat;  
	height: 92px;
}

#ysi_widget_button.ysi_answers_gray {
  	background: url("/images/widgets/answers_button_gray.gif") no-repeat;  
	height: 92px;
}

#ysi_widget_button span {
  	display: none;
}

#ysi_widget {
	position:absolute;
	left:33px;
	top:140px;
	z-index: 100;
	background: url(/images/widgets/widget_back.png);
	padding: 10px;
	-moz-border-radius:10px; /* ff only */
}

#ysi_widget_frame {
  	border: solid 1px #333;
  	overflow: auto;
}

#ysi_widget_close {
  	position: absolute;
	margin-top: -30px;
	margin-left: -10px;
  	background: url("/images/widgets/widget_close.png") no-repeat;
  	height: 45px;
  	width: 45px;
}

html>body #ysi_widget_button,html>body #ysi_widget {
	position: fixed;
}