
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:0.9em;
	width:175px;
	margin-bottom:0px;
	margin-top:0px;
	height:25px;
	background-image:url(../admin/images/edycja_plikow.png);
	background-repeat: no-repeat;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;

}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#f4f4f4;
	background-repeat: repeat-x;
	width:175px;
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:0.9em;	
	position:relative;
}

.textZadanie {
	text-align: center;
	width: 100%;
	margin-top: 3px;
	}

.akcja {
	line-height: 23px; 
	margin-left: 10px; 
	font-size: 0.9em; 
	font-weight: bold;
	}
	
#naglowekMenuAdmin{
	background-image: url(../admin/images/menu_glowne.png);
	height: 25px;
	border: 1px solid #ddd;
	width: 158px;
	background-position: -40px;
	}
	
.button{
	font-size:0.9em;
	width:158px;
	margin-bottom:2px;
	margin-top:1px;
	height:25px;
	background-image:url(../admin/images/edycja_plikow.png);
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}