.sticky .text 
{
    margin: 0;
    padding: 0;
    line-height: 22px;
    padding: 10px 71px 10px 10px;
    text-align: center !important;
    color: #000000;
}
.sticky .text p 
{
    margin: 0;
    padding: 0;
    text-align: center !important;
}
.sticky .text a, .sticky .text a:hover 
{
    color: #000000;
}
a.linkbutton {line-height: 18px; text-decoration: underline;}
a.linkbutton.first {margin-right: 20px; text-decoration: underline;}
a.linkbutton:hover {text-decoration: none;}


.sticky .text a.close 
{
    top: 10px;
    right: -15px;
    width: 46px;
    height: 43px;
    background-image: url('/01/Images/close.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
}
.sticky 
{
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F5F000;
    border-top: 1px solid #000000;
    -moz-box-shadow: 1px 1px 7px #676767;
    -webkit-box-shadow: 1px 1px 7px #676767;
    box-shadow: 1px 1px 7px #676767;
    position: fixed;
    z-index: 9999;
}
.hide
{
    display: none;
}