/* WYSIWYG */

.wp-editor-container {
    border:1px solid #dfdfdf;
}
.mce-edit-area {
    border:1px solid transparent !important;
}

#link-selector > .howto, #link-selector > #search-panel { display:none !important; }
#wp-link-close { display: none; }
#wp-link-wrap { height: 230px !important; }

/* BB Code */

.__wps__toolbar {
	width: 175px;
	float: right;
	height:26px;
}

.__wps__toolbar div {
	cursor: pointer;
	width:15px;
	height:15px;
	float: right;
	margin-left: 5px;
}


