/* Import flat theme CSS 
@import url(../../../style/index.css);*/

/* Import chosen CSS
@import url(../../../style/plugins/chosen/chosen.css);*/

/* Import set CSS 
@import url(set.css);*/

body{
	-moz-font-smoothing: antialiased; /*increase readability of light color text in deep color background*/
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 12px;
	font-smoothing: antialiased;
	text-rendering: auto; /*increase text readability*/
	-webkit-text-size-adjust:none;
}

html.mceContentBody , body.mceContentBody  {
    height: 100%;
}


/** for preview **/
.preview_edit_form textarea{

}

.editable_content {
    position: relative;
}

.editable_content .edit {
    position: absolute;
    top: 1em;
    right: 1em;
}

body.inner_content {
    margin: 8px !important;
}

.accessto {
    position: absolute;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    left: 0;
}