


/**************************************************/
/* Definicija izgleda teksta ter podlage editorja */
/**************************************************/
.rtextarea {
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	color: #58595b; 
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	text-transform: none;
	text-decoration: none;
}


