﻿/*Interface Styles*/
.tinyEditor
{
    float: left;
}
.rteSave
{    
    font-weight: bold;
    font-size: 14px;
    width:200px;
    margin-right:-1px;
    float:right;
       
}
.rteUserFeedback
{
    margin:10px;
}
/*Editor Defined Styles*/
hr
{
    color: #ffc000;
    background-color: #ffc000;
    height: 1px;    
}
