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_toolbar,
#live_edit {
    height          : 35px;
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    width           : 100%;
}
#live_edit_toolbar {
    background: white url(/images/common/live_edit_toolbar_bg.png) repeat-x;
    border-bottom   : 1px solid gray;
    filter:alpha(opacity=75);
  	-moz-opacity:0.75;
    border-bottom   : 1px solid gray;
}
#live_edit {
    padding         : 0px 10px 2px 10px;
}
#live_edit h1 {
    margin          : 0;
    padding         : 5px 0 0 0;
    font-size       : 14px;
    float           : left;
}
#live_edit ul {
    margin          : 0;
    padding         : 2px 0 0 0;
    height          : 35px;
}
#live_edit ul li {
    display         : block;
    float           : left;
    margin          : 5px 10px 0 0;
    vertical-align  : top;
    height          : 30px;
}
* html #live_edit ul li {
    padding-top     : 3px;
    margin-top      : 0;
}
#live_edit ul li a {
    margin-top      : 10px;
    padding         : 7px;
}
* html #live_edit ul li a {
    padding         : 3px;
}
#live_edit ul li a img {
    vertical-align  : middle;
}
#live_edit ul li a:hover {
    padding         : 6px;
    border          : 1px solid gray;
    background      : ActiveBorder;
}
* html #live_edit ul li a:hover {
    padding         : 2px;
}
#live_edit ul.left {
    float           : left;
    margin-left     : 20px;
}
#live_edit ul.right {
    float           : right;
    margin-right    : 10px;
}
div.live_edit {
    font-family: Arial;
    font-size: 12px;
}
strong.live_edit {
    padding         : 4px;
    background      :  url(/images/common/live_edit_string.png) no-repeat;
    position        : relative;
    height          : 2px;
    z-index         : 10000;
}