﻿div#pageMsgBarHolder
{
    position: fixed;
    bottom: 0;
    clear: both;
    width: 100%;
    -moz-border-radius: 2px;
    background: transparent url('/content/img/msgBarTopRight.jpg') no-repeat top right;

}
div#pageMsgBar
{
    background: #22415F url('/content/img/msgBarTopLeft.jpg') no-repeat top left;
    padding-top: 1px;
    padding-right: 8px;
    height: 25px; 
    margin: 0 10px;
}
ul#msgBarActions
{
    float: right;
    overflow: visible;
    list-style-type: none;
    margin-right: 10px;
}
ul#msgBarActions li
{
    display: block;
    float: right;
}
ul#msgBarActions li a
{
    display: block;
    height: 23px;
    border: solid 1px #E1F3DC;
    padding: 0 4px;
    line-height: 23px;
    width: 100%;
    background: #22415F url('/content/img/buttonbg.jpg') repeat-x top left;    
}
ul#msgBarActions li a:active
{
    background: #22415F url('/content/img/buttonbg.jpg') repeat-x bottom left;
}