#tinyeditor {
	font: 14px/normal "Courier New", Verdana; margin: 0px; padding: 0px; border: currentColor; font-size-adjust: none; font-stretch: normal;
}
.tinyeditor {
	font: 12px/normal Verdana, Arial; padding: 0px 1px 1px; border: 1px solid rgb(187, 187, 187); box-sizing: content-box; font-size-adjust: none; font-stretch: normal; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;
}
.tinyeditor iframe {
	border: currentColor; -ms-overflow-x: hidden;
}
.tinyeditor-header {
	background: url("../img/header-bg.gif") repeat-x; height: 31px; padding-top: 1px; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1px; border-bottom-style: solid;
}
.tinyeditor-header select {
	padding: 2px; width: auto; height: 22px; line-height: 20px; font-size: 12px; margin-top: 5px; float: left;
}
.tinyeditor-font {
	margin-left: 12px;
}
.tinyeditor-size {
	margin: 0px 3px;
}
.tinyeditor-style {
	margin-right: 12px;
}
.tinyeditor-divider {
	background: rgb(204, 204, 204); width: 1px; height: 30px; float: left;
}
.tinyeditor-control {
	width: 34px; height: 30px; float: left; cursor: pointer; background-image: url("../images/icons.png");
}
.tinyeditor-control:hover {
	background-position: 30px 0px; background-color: rgb(255, 255, 255);
}
.tinyeditor-footer {
	background: rgb(245, 245, 245); height: 32px; border-top-color: rgb(187, 187, 187); border-top-width: 1px; border-top-style: solid;
}
.toggle {
	background: url("../images/icons.png") no-repeat -34px 2px; padding: 9px 13px 0px 31px; height: 23px; color: rgb(102, 102, 102); border-right-color: rgb(204, 204, 204); border-right-width: 1px; border-right-style: solid; float: left; cursor: pointer;
}
.toggle:hover {
	background-color: rgb(255, 255, 255);
}
.resize {
	background: url("../img/resize.gif") no-repeat 15px 15px; width: 32px; height: 32px; float: right; cursor: s-resize;
}
#editor {
	margin: 10px; cursor: text;
}
