#cookieAlert {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
	background-color: #333;
    background: rgba(51,51,51,0.8);
    border-bottom: 1px solid #666;
    color: white;
    text-shadow: 0 1px 0 black;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.3);
    z-index: 10000;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
    
#cookieAlert div {
    width: 960px;
    margin: 0 auto;
}            
    
#cookieAlert p {
    float: left;
    margin: 0;
    line-height: 26px;
}

#cookieAlert a {
	color: #FFFFFF !important;
    text-decoration: underline;
}

#cookieAlert a:hover {
    text-decoration: none;
}

#cookieAlert a.hide {
    float: right;
    -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
    box-shadow:inset 0px 1px 0px 0px #a4e271;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    background-color:#89c403;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #74b807;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size: 12px !important;
    font-weight:bold;
    padding:5px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528009;
}
                
#cookieAlert a.hide:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    background-color:#77a809;
    text-decoration: none;
}
                
#cookieAlert a.hide:active {
    position:relative;
    top:1px;
}
