.cleditorMain {
	background-color: white;
	padding: 0 1px 1px;
	*padding: 0;
}
.cleditorMain iframe {
	border: none;
	margin: 0;
	padding: 0;
}
.cleditorMain textarea {
	border: none;
	font: 12px Arial;
	margin: 0;
	outline: none;
	overflow-y: scroll;
	padding: 0;
	resize: none; /* webkit grip focus */
}
.cleditorToolbar {
	background: url('../imgs/cleditor/toolbar.gif') repeat;
}
.cleditorGroup {
	float: left;
	height: 26px;
}
.cleditorButton {
	background: url('../imgs/cleditor/buttons.gif');
	float: left;
	height: 24px;
	margin: 1px 0 1px 0;
	width: 24px;
}
.cleditorDisabled {
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.cleditorDivider {
	background: #CCC;
	float: left;
	height: 23px;
	margin: 1px 0 1px 0;
	width: 1px;
}
.cleditorPopup {
	background-color: white;
	border: solid 1px #999;
	cursor: default;
	font: 12px Arial,Verdana;
	position: absolute;
	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 {
	background-color: Transparent;
	margin: 0;
	padding: 0;
}
.cleditorColor {
	padding: 1px 0 0 1px;
	width: 150px;
}
.cleditorColor div {
	float: left;
	height: 14px;
	margin: 0 1px 1px 0;
	width: 14px;
}
.cleditorPrompt {
	background-color: #F6F7F9;
	font-size: 8.5pt;
	padding: 4px;
}
.cleditorPrompt input, .cleditorPrompt textarea {
	font: 8.5pt Arial,Verdana;
}
.cleditorMsg {
	background-color: #FDFCEE;
	font-size: 8.5pt;
	padding: 4px;
	width: 150px;
}

.MessageHistory p {
	margin: 0;
}

.MessageHistory ul, .MessageHistory ol {
	padding-left: 40px;
	margin: 5px 0;
}