.CookieWarning	{
				position: fixed;
				width:100%;
				bottom: 0px;
				right: 0px;
				background:#000000;
				font-size: 14px;
				color:#D0D0D0;
				padding:10px;
				font-family: Arial;
				text-align:center;
				}
.CookieWarning	.Container		{
				width:1000px;
				
				}			

.CookieWarning	.Message		{
				width:800px;
				text-align:left;
				float:left;
				
				}			
.CookieWarning	.Button		{
				float:right;
				text-align:center;
				background: #FFCC00;
				padding:	10px;
							color:#333333;
							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	.Button:HOVER	{
								color:#ffffff;
								text-decoration:none;
								}
.CookieWarning	.Conditions		{
								visibility: hidden;
								height: 0px;
								overflow: hidden;
								color: #ffffff;
								font-size: 12px;
								padding-top:10px;
								}