.cleditorMain { padding:0 1px 1px; background-color:white}
.cleditorMain iframe {
	/* margin-bottom:14px; */ height:80px;
	font:12px Arial, Helvetica, sans-serif;
	color:#999;
	border:1px solid #cecece; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px;
	-moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.1); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.1); -o-box-shadow:inset 1px 2px 3px rgba(0,0,0,.1); box-shadow:inset 1px 2px 3px rgba(0,0,0,.1);
}
.cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
.cleditorToolbar {margin-bottom:9px;}
.cleditorToolbar:after {display:block; clear:both; content:""; height:0;}
.cleditorGroup {float:left; height:26px}
.cleditorButton {
	float:left;
	width:27px; height:27px; margin:1px 3px 1px 0;
	background: url('images/buttons.gif');
	-moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; border-radius:4px;
}
.cleditorButton:hover {
	background: url('images/buttons.gif') #ececec;
}
.cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
.cleditorDivider {float:left; width:1px; height:25px; margin:1px 3px 1px 3px; background:none;}
.cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
.cleditorList div {padding:2px 4px 2px 4px}
.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {padding:0; margin:0; background-color:Transparent}
.cleditorColor {width:150px; padding:1px 0 0 1px}
.cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
.cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
.cleditorPrompt input,
.cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
.cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}
