﻿.wysiwyg_editor{
width: 534px;
border: 2px solid black;
background-color: silver;
}

.wysiwyg_toolbar{
line-height: 10px;
font-size: 0px;
}

.wysiwyg_toolbar a{
border: 1px solid black;
float: left;
display: block;
margin: 2px;
}

.wysiwyg_toolbar img{
border: none;
}

.wysiwyg_space{
width: 10px;
float: left;
}

.wysiwyg_bottom{
line-height: 0;
font-size: 0;
height: 1px;
}

.wysiwyg_textbox{
width: 530px;
height: 500px;
background-color: white;
}

.wysiwyg_textbox body{
font-size: 12px;
font-family: arial;
}


.wysiwyg_hidden{
margin-top: 10px;
display: none;
}

.wysiwyg_hidden a{
font-weight: bold;
text-decoration: none;
color: black;
}
/* for Internet Explorer */
/*\*/

* html .wysiwyg_bottom{
height: 10px;
}
/**/
