.ms-rtestate-write
{
	border: 1px solid gray;
}


div[id*='TextField_inplacerte']
{
	border: 1px solid rgba(72, 71, 71, 0.28);
}


/*content Box*/
div.ms-rteElement-SimpleBox
{
    -ms-name: "Quotation Box";
	-ms-element:"true"; 
}
.ms-rtestate-field div.ms-rteElement-SimpleBox,
.ms-rteElement-Exclamation
{
	border: 1px solid #cccccc;
    background-color: #f6f6f6;
    padding: 15px 45px;
    border-radius: 5px;
    position: relative;
    max-width: 445px;
    float: right;
    font-size: 1em;
    margin-left: 15px;
    margin-bottom: 15px;
	resize: both;
    overflow: auto;
}
.ms-rtestate-field div.ms-rteElement-SimpleBox,
.ms-rteStyle-FloatLeft
{
    -ms-name: "Left";
    float: left !important;
}
.ms-rtestate-field div.ms-rteElement-SimpleBox,
.ms-rteStyle-FloatRight
{
    -ms-name: "Right";
    float: right !important;
}
div.ms-rteElement-SimpleBox:before {
    content: "";
    display: block;
    width: 28px;
    height: 22px;
    position: absolute;
    background: url(../images/quote-start-rtl.png) no-repeat center;
    right: 8px;
    top: 17px;
}
div.ms-rteElement-SimpleBox:after {
    content: "";
    display: block;
    width: 28px;
    height: 22px;
    background: url(../images/quote-end-rtl.png) no-repeat center;
    position: absolute;
    left: 8px;
    bottom: 17px;
}
#DeltaTopNavigation{
	display:none;
}
