#cookieWarningDiv
{
  width: 1024px;
  height: 50px;
  background-color: #888;
  position:fixed;
  bottom: 0px;
  left: 50%;
  border-top: thin solid black; 
  border-left: thin solid black;
  border-right: thin solid black;
  margin-left: -512px;  
  font-family: arial;
  z-index: 900
}

#cookieWarningDiv table
{
  font-size: 14px;
}

#cookieWarningDiv a
{
  font-family: arial;
  font-size: 12px;
  font-weight: 900;
  color: white;
  text-decoration:none;
}

#cookieWarningDiv a:hover
{
  font-family: arial;
  font-size: 12px;
  font-weight: 900;
  color: white;
  text-decoration:none;
}


.warningClose div
{
  width: 25px;
  text-align: center;
  background-color: rgba(0,0,0,0.2);
}

.warningClose:hover div
{
  width: 25px;
  text-align: center;
  background-color: #900;
}

.warningClose a:hover
{
  background-color: rgba(1,0,0,0.2);
}
