﻿.needsCookieAcceptance
{   
    /* Set a default padding incase JavaScript is switched off.
       This will be overwritten by the padding set by the JS */
    /*padding-top: 40px;*/
	color:#D6D6D6 !important;
}

#acceptCookiesWrapper
{
	
	color:#336666 !important;
    text-align: center;
    border: 0px solid #D6D6D6;
    border-width: 0px 1px 1px 1px;
    background: #FFF;
    padding: 0 0px 0 0px;
    z-index: 999999;
    top: 0;
    right: 0;
    left: 0;
	width:935px;  font-family:Arial, Helvetica, sans-serif;
}
#acceptCookiesWrapper p
{
	color:#000;
    margin: 0;
	font-size:11px !important;
	
  /*  padding: 0.4em 0;*/
}
#acceptCookiesWrapper p a,#acceptCookiesWrapper p a:visited
{
    color: #000;
    text-decoration: underline;
	font-size:11px !important;
}
#acceptCookiesWrapper p a:hover 
{
    text-decoration:none;
}
.authenticationPage #acceptCookiesWrapper, .modalAuthenticationPage #acceptCookiesWrapper
{
    position: relative;
    border-width: 1px;
}
.modalAuthenticationPage #acceptCookiesWrapper
{
    /*margin: 0.6em;*/
}