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          : 63px;
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    width           : 140px;
}
#live_edit_toolbar {
    background      : #f2f2f2 url('/images/common/live_edit_bg.gif') repeat-x;
    filter:alpha(opacity=75);
  	-moz-opacity:0.75;
    border-bottom   : 1px solid #666666;
    border-right    : 1px solid #666666;

}
#live_edit {
    padding         : 0px 10px 2px 10px;
}
#live_edit h1 {
    margin          : 0;
    padding         : 5px 0 0 0;
    font-size       : 14px;
    font-weight     : bold;
    text-transform  : uppercase;
    color           : black;
}
#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          : 40px;
}
* html #live_edit ul li {
    padding-top     : 3px;
    margin-top      : 0;
}
#live_edit ul li a {
    margin-top      : 10px;
    padding         : 6px 3px 8px 3px;
    border          : 1px solid gray;
    background      : white;
}
* html #live_edit ul li a {
    padding         : 3px;
}
#live_edit ul li a img {
    vertical-align  : middle;
}
#live_edit ul li a:hover {
    background      : #f2f2f2;
}
strong.live_edit {
    padding         : 4px;
    background      : url(/images/common/live_edit_string.png) no-repeat;
    position        : relative;
    height          : 2px;
    z-index         : 10000;
}