.CookieWarning	{
				position: fixed;
				width:100%;
				bottom: 0px;
				right: 0px;
				left: 0px;
				background:#000000;
				color:	#ffffff;
				font-size: 14px;
				font-family: Arial;
				text-align:center;
				z-index:100;
				}
.CookieWarning	A{
				color:#FFCC00;
				}
.CookieWarning	.Container		{
				float:left;
				}			

.CookieWarning	.Message		{
				text-align:left;
				float:left;
				padding:10px;
				color:#cecece;
				
				}			
.CookieWarning	.Container .Message	.Entry		{
				color:#ffffff;
				}

.CookieWarning	.Container .Message	.Button		{
				float:right;
				width:150px;
				height:20px;
				display:table;
				text-align:center;
				background: #3366AA;
				margin: 10px;
				padding:	10px;
							color:#ffffff;
							font-weight: bold;
				border-radius: 6px; 
				-webkit-border-radius: 6px; 
				-moz-border-radius: 6px; 

				box-shadow: 0px 1px 3px rgba(0,0,0,.35); 
				-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.35); 
				-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.35); 
				
				}
.CookieWarning .Container .Message A.Button:HOVER {					
				color:#000000;
				}
.CookieWarning	.Button:HOVER	{
								color:#ffffff;
								text-decoration:none;
								}
.CookieWarning	.Conditions		{
								
								color: #ffffff;
								font-size: 12px;
								padding-top:10px;
								display: none;
								float: left;
								}