#cookie-alert-container
{
bottom: 0;
position: fixed;
width: 100%;
z-index: 100;
}
#cookie-alert-container .cookie-alert
{
background: none repeat scroll 0 0 #0768A9; /* */
border-radius: 5px 5px 0 0 ;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
margin: auto;
opacity: 0.95;
padding: 10px;
position: relative;
width: 700px;
color: #FFFFFF;
}
#cookie-alert-container .cookie-alert .close
{
background: url(/images/x.png) no-repeat;
height: 10px;
width: 10px;
display: block;
position: absolute;
top: 10px;
right: 10px;
}
#cookie-alert-container .cookie-alert .cookie-icon
{
background: url(/images/alert.png) no-repeat center center;
height: 40px;
width: 44px;
float: left;
}
#cookie-alert-container .cookie-alert .cookie-content
{
margin-left:53px;
}
#cookie-alert-container .cookie-alert .cookie-content h2
{
/* color: #555555; */
font-size: 15px;
margin: 0;
}
#cookie-alert-container .cookie-alert .cookie-content p
{
margin: 8px 0 0;
}
#cookie-alert-container .cookie-alert .cookie-content a, #cookie-alert-container .cookie-alert .cookie-content a:visited
{
color: #e89c00;
font-weight: bold;
text-decoration: none;
}
.clearer {
clear: both;
}
