#cookiealert {
	display:none;
    z-index: 9999;
    bottom: 0px;
    position: fixed;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
    color: #fff;
    padding: 6px;
}