.cookieNotify{
  position:fixed; width:100%; height:35px; margin:0; right:0px; bottom:0px; 
  background-color: #336699; opacity:0.95; color:#fff; box-shadow:0px 1px 5px #666;
  text-shadow:0 1px 0 #333; z-index:99999;
}
.cookieNotify .content{padding:7px; font-size:12px; text-align:center; margin-top:2px; background-color:transparent}
.cookieNotify .close{font-size:x-small; cursor:pointer}
.cookieNotify .bt_x{ 
    margin-left:15px; padding:3px 5px; background-color:#eee; color:#333; font-size:1.1em;
    text-shadow:0 1px 0 #fff; border-radius:4px; border:1px solid #ccc; margin-top:4px;  cursor:pointer;}

.cookieNotify .bt_x:hover{color:#cc0000; background-color:#fff}

.cookieNotify a{color:rgb(250, 216, 212); text-decoration:none}
.cookieNotify a:hover{color:#FFCFBF}


table.cookies_list{
    width:100%;
    margin-top:10px;  
}
table.cookies_list tr:first-child td{color:#666; font-weight:bold; text-align:center}
table.cookies_list td{width:25%; border:1px solid #aaa; padding:7px;}
table.cookies_list td:first-child{width:12%; text-align:center}
table.cookies_list td:last-child{width:63%}
