.makeUp{
	display:none;
	width:26px;
	height:26px;
	background: url(img/makeup.png) no-repeat;
	cursor: pointer;
	text-align:center;
	position:relative;
    background-size: 26px;
}
#ed_the-color
{
    width: 112px;
    margin-right:12px;
    text-transform: uppercase;
}

#ed_the-canvas
{
    /*background-image:url(img/e.png);*/
    background-color:#777;
    padding:0px;
    margin: 70px 0 0 0;
    border: 1px solid #222222;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
}

#ed_the-paint-area
{
    display:none;
    left: 161px;
    top:0px;
    right: 0px;
    height:100%;
    background-image:url(img/error.png);
    text-align:center;
    vertical-align:middle;
    position: fixed;
    /*overflow:hidden;*/
    font-family: "Arial", Monospace;
    font-size: 12px;
    z-index: 10;
}
#ed_the-toolbox
{
    color: #ccc;
    display:none;
    position:fixed;
    top:0px;
    height:100%;
    width: 180px;
    overflow-y:auto;
    border-right: 1px solid #222;
    background-color: #4f4f4f;
    font-family: "Arial", Monospace;
    font-size: 12px;
    z-index:100000;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
}

#ed_the-history
{
    padding: 3px;
    margin: 2px;
    margin-bottom: 7px;
}

button.ed_b
{
    margin: 1px;
    background-color: #aaa;
    border: 1px solid #222;
    color: #000;
    cursor: pointer;
    font-family:"Arial";
    font-size: 12px;
    font-weight: bold;
}

#ed_the-toolbox fieldset
{
    margin: 4px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top-width: 1px;
}
#ed_the-toolbox fieldset > legend
{
}

#ed_the-history-prev,
#ed_the-history-next
{
    width: 4em;
}

.composite-src
{
    background-color: #fee;
}
.composite-dst
{
    background-color: #efe;
}
.composite-other
{
    background-color: #eef;
}

#ed_actions
{
    position:fixed;
    top:0;
    right:50px;
}

#ed_credits{ margin-top: 10pt;}
#ed_credits a { color:gray; }

div.brush-section
{
    white-space:normal;
    margin: 5px auto;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
    background-color:#aaa;
}
#the-brush-section-1 { background: #cec; }
#the-brush-section-main { background: #edc; }


#ed_the-brush-shop label
{
    display:inline-block;
}

#ed_the-brush-shop label
{
    text-transform:capitalize;
    padding:3px 2px 3px 2px;
    margin:2px;
    display:inline-block;
    border:1px outset gray;
    background-color:#888;
    width: 62px;
    height: 1.3em;
    vertical-align:middle;
    text-align:center;
    color:white;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

#ed_the-brush-shop label:hover
{
    background-color:white;
    border:1px outset black;
    color:black;
}

#ed_the-brush-shop label[checked]
{
    background-color:#a52a2a;
    border:1px inset black;
    font-weight:bold;
    color:white;
    text-decoration:underline;
}
#ed_the-brush-shop label[checked]:hover
{
    background-color:#a52a2a;
    border:1px inset green;
    color:white;
}


#ed_the-confirm
{
    z-index:15;
    position:fixed; top:0;
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(128,128,128,0.5);
    text-align:center;
    vertical-align:middle;
    padding:6pt;
}

#ed_the-clear-confirm-panel
{
    position:absolute;
    top:50px;
    text-align:left;
    display:none;
    border:1px solid gray;
    background-color:white;
    padding:6pt;
    //margin-left:-50px;
    left:42%;
}
#ed_the-publish-confirm-panel
{
    position:absolute;
    top:50px;
    text-align:left;
    display:none;
    border:1px solid gray;
    background-color:white;
    padding:6pt;
    //margin-left:-80px;
    left:35%;
}

.std-btn
{
    width: 90px;
}

.ed_clr
{
    display:inline-block;
    width: 20pt;
    height: 10pt;
    border: 2px outset gray;
}
#ed_close{
    display:none;
    position: fixed; top:3px; right:4px;
    width:20px; height:20px;
    background-color: red;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    font-family: Arial;
    font-size: 16px;
    z-index:100001;
}
#ed_head{
    display:none;
    position:fixed; top:0; left:181px;
    width: 100%;
    z-index:100000;
    height: 30px;
    background: #4f4f4f url(img/logo.gif) top left no-repeat;
    padding-left:220px;
    color: #ccc;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #222;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
}
#ed_ad{
    display:none;
    float: right;
    width:200px;
    height:500px;
    margin-right:10px;
    background: #4f4f4f;
    color:#ccc;
    border: 1px solid #222;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
}
#ed_loading{
        display:none;
        position:fixed;
        top:50%;
        left:50%;
        width:100px;
        height:100px;
        margin-top:-100px;
        margin-left:-50px;
        overflow:hidden;
        background:#4f4f4f;
        border:1px solid white;
        -moz-border-radius:10px;
        -khtml-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        z-index:100005;
}
.ed_wtf{
	background-color: #CCCCCC;
	border: 1px solid #666666;
	color: #000000;
	padding: 0 4px;	
	cursor: help;
}
