﻿/* Popup Editor */
.CMSEditorBackground
{
    background-color: #000000;
    filter: alpha(opacity=10);
    opacity: 0.7;
}

.CMSEditor
{
    background-color: #ffffff;
    border: solid #000000 1px;
    padding: 1px;
    font-size: 100%;
    font-weight: bold;
}

.CMSEditor .divHeader
{
    background-color: #3366cc;
    padding: 3px;
    height: 15px;
    text-align: center;
    color: #ffffff;
}

.CMSEditor .divBody
{
    padding: 3px;
    margin-bottom: 10px;
}
.CMSEditor .divFooter
{
    text-align: right;
}
.CMSEditor .divFooter input
{
    margin: 4px;
    width: 50px;
}
