.gypanel_question{	
	color:#00C;
	font-size:12px;
	background-color: transparent;
	width:100px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;	
	overflow:hidden;
	cursor:pointer;
}
.gypanel_answer{	

	border:0px solid #F00;
	background: transparent url(http://www.gloyou.com/jscss/panelbg.png) no-repeat;
	width:270px;
	visibility:hidden;
	height:200px;
	overflow:hidden;
	position:absolute;
        z-index: 1001;

}
.gypanel_answer_content{	
	padding:0px;
	font-size:0.9em;	
	position:relative;
	height:200px;
}