.spoiler-head { cursor:pointer; background-image: url(../images/arrow.png); 
	background-position: 100% 50%; 
	background-repeat: no-repeat;
	border: 1px solid #777777; border-radius: 3px; background-color: #202020; padding:3px 5px; }
.spoiler-body  { display:none; border: 1px dotted #777777; border-radius: 0px, 0px, 3px, 3px; border-top: 0; padding:3px 5px; }
.editor-spoiler { background-image: url(../images/spoiler.png); background-repeat: no-repeat;}
.markItUp a {background-position: 10px, 50%;}