.cleditorMain {
	border:1px solid #D3D3D3;
	background-color:#fff; color:#666;
}
.cleditorMain iframe {
	border:none;
	margin:0;
	padding:0;
}
.cleditorMain textarea {
	border:none;
	margin:0;
	padding:0;
	overflow-y:scroll;
	font:10pt Arial,Verdana;
	resize:none;
	outline:none; /* webkit grip focus */
}
.cleditorToolbar {
	background-color:#edf7ff;
}
.cleditorGroup {
	float:left;
	height:26px;
}
.cleditorButton {
	float:left;
	width:24px;
	height:24px;
	margin:5px 4px;
	cursor:pointer;
	background: url('/img/cleditor/buttons.gif');
}
.cleditorDisabled {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.cleditorDivider {
	float:left;
	width:1px;
	height:23px;
	margin:1px 0 1px 0;
	background:#ccc;
}
.cleditorPopup {
	border:solid 1px #999;
	background-color:white;
	position:absolute;
	font:10pt Arial,Verdana;
	cursor:default;
	z-index:0;
}
.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;
}
.cleditorColor {
	width:240px;
	padding:5px;
	margin:5px;
	border:1px solid #aaa;
}
.cleditorColor div {
	float:left;
	width:18px;
	height:18px;
	margin:1px;
	cursor:pointer;
}
.cleditorPrompt {
	background-color:#eee;
	padding:5px;
	margin:5px 0 0 5px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#333;
	width:280px;
}
.cleditorPrompt input,
.cleditorPrompt textarea {
	font:12px/15px Arial, Helvetica, sans-serif;
}
.cleditorPrompt input{
	width:275px;
	border:1px solid #ccc;
	background:#fff;
	margin:5px 0;
}
.cleditorPrompt input[type="button"]{
	width:80px;
	float:right;
	background:#2F92B2;
	color:#fff;
	border:none;
	cursor:pointer;
}
.cleditorMsg {
	background-color:#eee;
	padding:5px;
	margin:5px 0 0 5px;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#333;
	width:150px;
}
