#txtmessage { overflow: auto;} /*#txtmessage:focus { overflow: auto;} screws up FF getSelectedText*/
#bodycontent { position: relative; }
#preview_pane 
{
background: #fff url(/files/images/template/textarea_bg.png) repeat-x scroll left bottom;
border: 1px solid #ccc;
display: none;
height: 175px;
width: 348px;
padding: 5px;
overflow: auto;
position: absolute;
top: 0px;
*top: 1px;
left: 0px;
z-index: 100;
}

#textarea_pane textarea
{
line-height: 2.25em;
height: 175px;
width: 348px;
}

.tbitalic
{
padding-left: 6px !important;
padding-right: 6px !important;
}

#textarea_footer
{
height: 25px;
width: 348px;
position: relative;
}

#count_display_container
{
position: absolute;
left: 0px;
}

#toggle_textarea
{
position: absolute;
right: 0px;
}

#htmltoolbar span em { font-style: normal; }

#content #toggle_textarea a { border-bottom-width: 0px; }
#content #toggle_textarea a:hover { color: #000; }