﻿#FrontEditBtn
{
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    cursor: pointer;
    width:50px;
    height:50px;
}
#FrontEditBtn a
{
    text-decoration: none;
}
#FrontEditEditor
{
    display: none;
    width: 500px;
    height: 375px;
    position: absolute;
}

#FrontEditEditorTitleBar
{
    position:absolute;
    width:100%;
    height:50px; 
    text-align:right;
    cursor:move;
}

#FrontEditEditor ifram
{
    position:absolute;
    top:0;
}

#FrontEditCloseBtn
{
    width:20px;
    height:20px;    
    position:absolute;
    top:8px;
    cursor:pointer;
    background:url(/FrontEditor/CloseBtn.gif) no-repeat;
}
