ewcms_editor, .ewcms_content, .ewcms_file, ewcms_h1, .ewcms_h2, .ewcms_h3, .ewcms_h4, .ewcms_h5, .ewcms_h6, .ewcms_p, .ewcms_ul, .ewcms_ol, .ewcms_shorttext, .ewcms_longtext{
	color: #000;
}
.ewcms_edit_img{
	border: 1px solid #efefef;
	padding: 2px;
	background: white;
	
	width: 16px !important;
	height: 16px !important;
}

#ewcms_edit_controller {
    position: absolute;
    top:0px;
	left:0px;
    z-index:100;
    width:100%;
    height:100px;
	padding-top: 50px;
    background: #3B58BF url(../images/layout/stripe_cms.png);
	border-bottom: 5px solid #efefef;
	color: black;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

	#ewcms_edit_controller a.ewcms_edit_logout{
		color: black;
		padding: 2px;
		background: #efefef;
		border: 1px solid #000;
	}
	
	.ewcms_edit_content *{
		padding: 0px;
		border: 0px;
	}