/* RTE */

.frameBody {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width: 98%;
	height: 94%;
	background: #FFFFFF url(../images/inputbg.gif) repeat-x scroll 0 0;
}

.frameBody p {

}

.rte-zone {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    height: 300px;
    display: block;
    clear: both;
}

.rte-zone-reply {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    height: 300px;
    display: block;
    clear: both;
}

.rte-toolbar { 
    overflow:hidden; 
}

.rte-toolbar a, .rte-toolbar a img {
    border:0;
}

.rte-toolbar p {
    float: left;
    margin: 0;
    padding-right: 5px;
}


