.wysiwyg-main {
	border: 1px solid #88a;
}

.wysiwyg-toolbar
{
	padding: 2px;
	background: #cef;
	width: 95%;
}

.wysiwyg-toolbar-image
{
	margin: 2px;
	border: 1px solid #cef;
	width: 18px;
	height: 18px;
	float: left;
}

.wysiwyg-toolbar-image-hover 
{
	border: 1px solid black;
	cursor: pointer;
}

.wysiwyg-toolbar-seperator { background: url("wysiwyg-icons/seperator.png"); }
.wysiwyg-toolbar-text_bold { background: url("wysiwyg-icons/text_bold.png"); }
.wysiwyg-toolbar-text_italic { background: url("wysiwyg-icons/text_italic.png"); }
.wysiwyg-toolbar-text_underline { background: url("wysiwyg-icons/text_underline.png"); }
.wysiwyg-toolbar-text_align_left { background: url("wysiwyg-icons/text_align_left.png"); }
.wysiwyg-toolbar-text_align_right { background: url("wysiwyg-icons/text_align_right.png"); }
.wysiwyg-toolbar-text_align_center { background: url("wysiwyg-icons/text_align_center.png"); }
.wysiwyg-toolbar-text_align_justify { background: url("wysiwyg-icons/text_align_justify.png"); }
.wysiwyg-toolbar-text_list_numbers { background: url("wysiwyg-icons/text_list_numbers.png"); }
.wysiwyg-toolbar-text_list_bullets { background: url("wysiwyg-icons/text_list_bullets.png"); }
.wysiwyg-toolbar-text_indent { background: url("wysiwyg-icons/text_indent.png"); }
.wysiwyg-toolbar-text_indent_remove { background: url("wysiwyg-icons/text_indent_remove.png"); }
.wysiwyg-toolbar-link { background: url("wysiwyg-icons/link.png"); }
.wysiwyg-toolbar-html { background: url("wysiwyg-icons/html.png"); }
.wysiwyg-toolbar-image_add { background: url("wysiwyg-icons/image_add.png"); }
.wysiwyg-toolbar-youtube { background: url("wysiwyg-icons/youtube.png"); }