.mceVisualAid {
	border: 1px dashed #BBBBBB;
	width: inherit;
	margin-top: 2px;
}
p.mceVisualAid {
	background: url(../img/p.gif) no-repeat top left;
}
div.mceVisualAid {
	background: url(../img/div.gif) no-repeat top left;
}
code.mceVisualAid {
	background: url(../img/code.gif) no-repeat top left;
}
pre.mceVisualAid {
	background: url(../img/pre.gif) no-repeat top left;
}
blockquote.mceVisualAid {
	background: url(../img/blockquote.gif) no-repeat top left;
}
address.mceVisualAid {
	background: url(../img/address.gif) no-repeat top left;
}
h1.mceVisualAid {
	background: url(../img/h1.gif) no-repeat top left;
}
h2.mceVisualAid {
	background: url(../img/h2.gif) no-repeat top left;
}
h3.mceVisualAid {
	background: url(../img/h3.gif) no-repeat top left;
}
h4.mceVisualAid {
	background: url(../img/h4.gif) no-repeat top left;
}
h5.mceVisualAid {
	background: url(../img/h5.gif) no-repeat top left;
}
h6.mceVisualAid {
	background: url(../img/h6.gif) no-repeat top left;
}
ul.mceVisualAid {
	background: url(../img/ul.gif) no-repeat top left;	
}
ol.mceVisualAid {
	background: url(../img/ol.gif) no-repeat top left;
}
p.mceVisualAid, div.mceVisualAid, code.mceVisualAid, pre.mceVisualAid, blockquote.mceVisualAid, address.mceVisualAid, h1.mceVisualAid, h2.mceVisualAid, h3.mceVisualAid , h4.mceVisualAid, h5.mceVisualAid, h6.mceVisualAid {
	padding: 10px 2px 2px 5px;
}
ul.mceVisualAid, ol.mceVisualAid {
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 2px;
}