.wp-switch-editor {
	border-color: #aaaaaa !important;
}

.wp-editor-wrap .wp-editor-container {
	border: 1px solid #aaaaaa !important;
}

.wp-editor-wrap .mce-container-body.mce-stack-layout .mce-container,
.wp-editor-wrap .quicktags-toolbar {
	border-color: #aaaaaa;
}

#post_content.wp-editor-area {
	border: 0px solid #fff;
}

.wp-editor-wrap .mce-container-body.mce-stack-layout .mce-container {
	background: #f5f5f5 !important;
	border-color: #aaaaaa;
}

.wp-editor-wrap .mce-statusbar .mce-path .mce-path-item,
.wp-editor-wrap .mce-statusbar .mce-path .mce-divider {
	display: none;
}

.wp-editor-wrap .wp-editor-container .mce-btn.mce-photoset {
	border-color: #BFC7C9;
	border-radius: 5px;
}
.wp-editor-wrap .wp-editor-container .mce-btn.mce-photoset button {
	height: 24px;
	background: #E9F2F5;
	font-size: 12px;
	padding: 1px 7px 2px 7px;
}
