div.fm-checkbox-style {
	background-color:silver;
	border-radius: 3px;
	width:20px;
	height:20px;	
}
.fm-checkbox-style.focus {
	background-color:gray;
}
div.fm-checkbox-style.checked {
	background-image:url(checked_white.png);
	background-repeat: no-repeat;
	background-position: center;
}

div.fm-select-style {
	border:1px solid silver;
	padding:0px;
	display:inline-block;
	font-size:13px;
	background-color:gray;
	min-width:30px;
	position:relative;
	box-sizing:border-box;
	border-radius: 3px;
}
div.fm-select-style.focus {
	border-radius: 3px 3px 0px 0px;
}
div.fm-select-style .value{
	padding:0px 18px 0px 4px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor:default;
	min-height:18px;
}
div.fm-select-style .value.inactive {
	opacity:.5;
}
div.fm-select-style .list {
	position:absolute;
	border-radius: 0px 0px 3px 3px;
	z-index: 901;
	visibility: hidden;
	left:-1px;
	padding:0px 0px 3px 0px;
	border: 1px solid #8B8B8B;
	border-top-color: #6F6F6F;
	background-color:#605C5C;
	box-shadow: 0px 3px 10px #606060;
	box-sizing:border-box;
	overflow-y:hidden;
	max-height:200px;
	max-width:200px;
}
div.fm-select-style .option {
	white-space: nowrap;
	overflow:hidden;
	cursor:default;
	padding:1px 3px;
	font-size:12px;
}
div.fm-select-style .option:hover {
	background-color:#514C4C;
}
div.fm-select-style .arrow {
	position:absolute;
	width:13px;
	height:13px;
	right:0px;
	top:7px;
	background-image:url(select_arrow_silver.png);
	background-repeat:no-repeat;

}






.fm-richtext-panel {
	position: absolute;
	left: -999px;
	top: -999px;
	color: #fff;
	z-index: 800;
	margin-top: 0px;
}

.fm-richtext-panel .options {
	background-color: #FFD49B;
	position: absolute;
	border-radius: 3px;
	padding: 5px;
	width: 180px;
	box-shadow: 0px 1px 6px #333;
}

.fm-richtext-panel .options button[data-cmd] {
	width: 19px;
	height: 19px;
	border-style:none;
	margin: 1px 3px 3px 0;
	border-radius:3px;
	background-image:url(txt_icons.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
.fm-richtext-panel .options button:hover { background-color: #EAC799; }
.fm-richtext-panel .options button:focus { outline:0 }
.fm-richtext-panel .options button.active { background-color: #D0AD7F;}

.fm-richtext-panel .options button.bold {background-position:0 0}
.fm-richtext-panel .options button.italic{background-position:-19px 0}
.fm-richtext-panel .options button.underline{background-position:-38px 0}
.fm-richtext-panel .options button.superscript {background-position:-57px 0}
.fm-richtext-panel .options button.justifyLeft {background-position:-76px 0}
.fm-richtext-panel .options button.justifyCenter {background-position:-95px 0}
.fm-richtext-panel .options button.justifyRight {background-position:-114px 0}
.fm-richtext-panel .options button.removeFormat {background-position:-133px 0}

.fm-richtext-panel div.icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 3px 0 7px;
	background-image:url(txt_icons.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
.fm-richtext-panel .icon.size{
	background-position:-152px 0;
}
.fm-richtext-panel .icon.padding{
	background-position:-171px 0;
}

.fm-richtext-panel .options:after {
	content: "";
	border: 5px solid transparent;
	border-left-color: #FFD49B;
	position: absolute;
	left: 100%;
	height: 0px;
	width: 5px;
	top: 7%;
}

.fm-richtext-panel .slider {
	display:inline-block; 
	width:100px; 
	vertical-align: top;
	margin-top: 8px;
}
.fm-richtext-panel .noUi-handle {
	background: #A38F75;
	box-shadow: none;
}
.fm-richtext-panel .noUi-target {
	border-style: none;
	
}
.fm-richtext-panel .noUi-base {
	background-color: #7A6952;
	height:2px;
}
.fm-richtext-panel .noUi-background {
	background-color: #DFBF95	;
}
.fm-richtext-panel .fm-select-style {
	border-style: none;
	border-radius: 3px;
	font-size:11px; 
	padding:2px 0px; 
	margin:0;
	height: 20px;
	color:black;
	background-color: #EAC799;
}
.fm-richtext-panel .fm-select-style .list{
	background-color: #EAC799;
	border-color: #D0AD7F;
	padding:inherit; 
}
.fm-richtext-panel .fm-select-style.fontFamily {
	width:120px;
}
.fm-richtext-panel .fm-select-style.size{
	width:35px;
}
.fm-richtext-panel .fm-select-style.fontFamily .list{
	max-width:194px;
}
.fm-richtext-panel .fm-select-style.fontFamily .value img{
	padding-top:1px;
}
.fm-richtext-panel .fm-select-style .arrow {
	background-image:url(select_arrow_richtext.png);
}
.fm-richtext-panel .fm-select-style .option:hover {
	background-color:#D0AD7F;
}
.fm-richtext-panel .sp-replacer.small .sp-preview {
	border:1px solid silver;
	margin: 0 3px 3px 0;
}
.fm-richtext-panel .options button#apply-all-scenes { 
	color: rgb(103, 79, 73);
	font-size: 11px;
	border: 1px solid #ED9D8E;
	border-radius: 3px;
	background-color: #FFBB8A;
	margin-top:5px;
	padding: 2px 7px;
	font-family: tahoma;
	width: 100%;
}
.fm-richtext-panel .options button#apply-all-scenes:hover { 
	background-color: #FF9A65;
}