.editor-mainpanel{
	background-color: #e8e8e9;
	z-index: 120000;
}

.editor-buttonspanel{
	height: 45px;/*70-26 of padding */
	width: 100%;
	
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	background-color: #e8e8e9;
}

.editor-contentpanel{
	background-color: #e8e8e9;
}

.editor-button{
	height: 45px;
	width: 45px;
	margin-bottom: 0px;	
	margin-left: 6px;
	margin-top: 0px;
	margin-right: 7px;
	padding: 0px;
	background-color: #e8e8e9;
}

.editor-txtAreaContainer{
	width: 348px;
}
.x-item-disabled{
	color: #58585a !important;
	cursor: default !important;
	opacity:1 !important;
}
.x-item-disabled *{
	color: #58585a !important;
	cursor: default !important;
	opacity:1 !important;
}

.x-form-text, textarea.x-form-field {
	 border: 0 none;
}
