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

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