.admin_bar{ z-index: 9999; position: relative;}
.admin_bar_inner{position:absolute; top:0; z-index: 9999;}
.admin_bar a{display:block; text-transform: uppercase; z-index: 9999;}
.admin_bar a:hover{ border-top-width:2px; margin-bottom:5px;}
.admin_bar em{text-align:center; font-size: 10px; text-decoration:none; text-transform:uppercase; font-style:normal;}

.admin_bar a {
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    
    background-color:#77d42a;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    
    border:1px solid #268a16;
    
    display:inline-block;
    color:#306108;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    padding:3px 8px;
    text-decoration:none;
    
    text-shadow:0px 1px 0px #aade7c;
    }

.admin_bar a:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
    background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
    background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
    background-color:#5cb811;
    }

.admin_bar a:active {
    position:relative;
    top:1px;
    }

.admin_msg_list{ bottom: 3px; right: 3px; padding: 3px; z-index: 10000} /* position: fixed;*/
.admin_msg{ background-color: #7bdd1f; color: white; width: 100%; font-size: 14px; padding: 5px 10px; text-align: center; margin-bottom: 1px;}