body{
	font-family: Calibri, Helvetica, Arial;	/* Font to use */
	margin:0px;
	margin-top:-20px;
	
}
 
.ad{
	position:absolute;
	top:0px;
	right:0px;
}
 
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#ffffff;	
	margin-bottom:-5px;
	margin-right:0px;
	margin-top:0px;
	padding-left:0px;
	text-align:left;
	text-indent:15px;
	padding-top:4px;
	font-family: Calibri, Helvetica, Arial;
	font-size:15px;
	font-weight:bold;
	font-variant:small-caps;
	background-image:url('http://www.pro-evolution.com.ar/zonacoaching/wp-content/plugins/ShowHide/shimg2h.png');
	background-repeat:no-repeat;
	background-position:top left;		
	width:230px;
	height:26px;
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:none;
	background-color:#transparent;
	width:228px;
	text-align:center;
	visibility:hidden;
	margin:0px 0px 0 0px;
	overflow:hidden;
	position:relative;
 
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	padding-top:10px;
	font-family: Calibri, Helvetica, Arial;
	text-align:left;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	position:relative;
		width:220px;
}
 
</style>


