#live_edit_frame {
    position        : absolute;
    padding-top     : 5px;
}
a#live_edit_link {
    position        : absolute;
    top             : 5px;
    right           : 5px;
    background      : url(/images/common/live_edit_link.png) no-repeat;
    padding         : 12px;
    z-index         : 1000;
}
a#live_edit_admin {

    position        : absolute;
    top             : 5px;
    right           : 40px;
    background      : url(/images/common/live_edit_admin.png) no-repeat;
    padding         : 12px;
    z-index         : 1000;
}
#live_edit {
        background      : #EFEFDE;
    width           : 100%;
    border-bottom   : 1px solid #84847B;
    margin          : 0;
}
#live_edit div.toolbar {
    background      : #EFEFDE;
    height          : 35px;
    border-bottom   : 1px solid #84847B;
}
#live_edit {
    padding         : 0;
}
#fck_toolbar {
    border-top      : 1px solid white;
    margin          : 0;
    padding         : 0;
}
/*
* html #live_edit {
    background: white url(/images/common/live_edit_toolbar_bg.png) repeat-x;
    border-bottom   : 1px solid gray;
    filter:alpha(opacity=75);
}*/

#live_edit h1 {
    margin          : 0;
    padding         : 5px 0 0 0;
    font-size       : 14px;
    float           : left;
}

ul.live_options {
    list-style-type     : none;
}
ul.live_options li{
    display             : inline;
    font-size           : 10px;
}
ul.live_options a{
    color               : #333333;
    text-decoration     : none;
    display             : block;
    height              : 24px;
    width               : auto;
    float               : left;
    padding-left        : 30px;
    margin-left         : 10px;
}
ul.live_options a:hover {
    text-decoration     : underline;
}
ul.live_options li.save a {
    background          :  url(/images/common/live_edit_save.png) no-repeat;
}
ul.live_options li.abort a {
    background          :  url(/images/common/live_edit_abort.png) no-repeat;
}
#live_edit ul.right {
    float               : right;
    margin-right        : 10px;
}
#live_edit ul.left {
    float               : left;
    margin-left         : 20px;
}

/*******************************************************************/
/* iframe */
iframe#content {
    position            : absolute;
    left                : 200px;
    right               : 0px;
    top                 : 100px;
}