	.dhtmlgoodies_question{	/* Styling question */
		/* Start layout CSS */
		width:100%;
		background-image:url(''); /* para ter a borda redonda  imagem/borda_redonda_r.gif */
		background-repeat:no-repeat;
		background-position:top right;	

		
		
		/* End layout CSS */
		
		overflow:hidden;
		cursor:pointer;
	}
	.dhtmlgoodies_answer{	/* Parent box of slide down content */
		/* Start layout CSS */
		width:100%;
		/* End layout CSS */
		
		visibility:hidden;
		height:0px;
		overflow:hidden;
		position:relative;

	}
	.dhtmlgoodies_answer_content{	/* Content that is slided down */
		position:relative;
	}
	
	
		/* Layout properties for your question  */
	.question{
		font-weight:none;	/* Bold font */		
		color: #FF0000;		/* The questions is in red */
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
	.answer{
		/* Layout properties - You can change these */
		
			
		/* This one should not be changed */
		display:none;	
	}
	