﻿#rich_text_editor
{
    background-color: White;
    border: solid 1px Gray;
    display: none;
    left: 50%;
    margin-left: -370px;
    padding: 10px;
    position: fixed;
    top: 50px;
    width: 741px;
    z-index: 10;
}
