.input_readonly {
    background:#ddd;
}

.form_field_title {
    width: 17%
}

.form_field_spacer {
    width: 3%;
}

.form_field_field_container {
    position: relative;
    float:left;
}

div.error_message {
	color:#f00;
}

/* Hide the anchor layer on font-end */

span.media_layer_anchor {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

iframe#image_iframe {
    display: none;
}

.clear {
    clear: both;
}

.five_px {
    height: 5px;
}

.clear_line {
    position: relative;
    clear: both;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
}

.highlight{background:yellow; padding:3px;}

.section_divider {
	height: 22px;
	line-height: 20px;
	background: url("../images/expand.png")  right no-repeat #ddd;
	padding: 0px 3px 0px 3px;
	margin-top: 10px;
}

.section_divider_collapse  {
	height: 22px;
	line-height: 20px;
	background: url("../images/collapse.png")  right no-repeat #ddd;
	padding: 0px 3px 0px 3px;
	margin-top: 10px;

}

/*
.expanded {
	height: auto;
	visibility: visible;
	border: 1px solid #ddd;
}

.collapsed {
	height: 0px;
	visibility: hidden;
}*/

.rte_container_layer .rte_wrapper_layer {
    position: absolute;
    border: 1px solid red;
    z-index: 10000;
}

.esolve_edit_article_icon {
    max-width: 25px !important;
}

div#file_upload {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/add_file.png) no-repeat;
}