﻿#editor
{
    width: 540px;
    position: fixed;
    z-index: 9999;
    left: 0;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 7px;
    box-shadow: 5px 5px 3px #666;
    font-family: Arial;
    line-height: 18px;
}
#editor textarea
{
    resize: none;
    margin-bottom: 5px;
    padding: 3px;
}
#editor textarea[name=etext1]
{
    width: 490px;
    height: 120px;
    border: 1px solid #00f;
}
#editor textarea[name=etext2]
{
    background: #fff;
    width: 490px;
    height: 120px;
    border: 1px solid #008000;
}
#editor #oclose
{
    position: absolute;
    top: -15px;
    right: -20px;
    cursor: pointer;
    width: 38px;
    height: 28px;
}
#editor #eUSERNAME, #editor #ePASSWORD
{
    background-repeat: no-repeat;
}
#editor .ewarning, #editor .red
{
    color: #f00;
}
#editor .green
{
    color: #008000;
}
#ce-highlight
{
    box-sizing: content-box;
    position: fixed;
    top: 50%;
    right: -40px;
    margin-top: -50px;
    border-radius: 50px;
    background: #c3c3c3;
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    width: 80px;
    height: 50px;
    line-height: 50px;
    padding: 25px 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 0 0 5px #000;
    cursor: pointer;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#ce-highlight.sel
{
    background: #2f9c5d;
}
ce.sel
{
    border: 1px dotted #159515;
    display: block;
    border-top: 10px solid #159515;
}
#ce-msg
{
    position: fixed;
    font-size: 13px;
    line-height: 20px;
    width: 400px;
    top: 50%;
    margin-top: -50px;
    right: 75px;
}
#ce-msg #arrow
{
    right: -8px;
    position: absolute;
    top: 42px;
    width: 8px;
    height: 16px;
    background: url(https://d20j9xtxuc1as2.cloudfront.net/cs/ce/bubble-arrow.png) no-repeat;
}
#ce-msg .body span
{
    color: #f00;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
#ce-msg .body
{
    background: url(https://d20j9xtxuc1as2.cloudfront.net/cs/ce/bubble-content.png) repeat;
    padding: 15px;
}
#ce-msg .mbottom
{
    background: url(https://d20j9xtxuc1as2.cloudfront.net/cs/ce/bubble-btm.png) repeat-x;
    height: 10px;
}