﻿#cookieDiv {
    /*    position:center; 
    width:400px; 
    height:110px; 
    z-index:9999;
   right: 0px;
         text-align:left;
    top: 0; 
     margin-left:auto;
    margin-right:auto;*/
    float:right;
    margin-top:10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    width:100%;
    font: Arial;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    filter: alpha(opacity=85); /* IE */
    -moz-opacity: 0.85; /* Mozilla */
    opacity: 0.85; /* CSS3 */
    border: 1px none #000000;
    z-index: 9999;
}

.glafooter .push {
    position: absolute;
    bottom: 0;
    margin-top: -100px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
    vertical-align: bottom;
}

.bgYellow {
    background-color:yellow;
}
.bgBlue {
    background-color:blue;
}
.bgGreen {
    background-color:greenyellow;
}

.linkred {
    color:red;
    background-color:white;
    font-weight:bold;
}
