
.cookielinktext  
{
	text-decoration: underline;
}

#cookiedings a 
{
	color:#000000;
}

#cookiedings div 
{
	padding:30px;
	padding-top: 65px;
}

#cookiedings 
{ 
	position:fixed;
	z-index:10000; 
	top: 10%;   
	left: 35%;
	min-width:600px;
	max-width:600px;
	height: 330px;
	
	font-size: 1.3em;
	background: #F0F0F0; 
   }

#cookiedingsCloser 
{
	position: absolute;
	left: 220px;
	top: 230px;
	height:35px;
	width:170px;   
	
	padding-top: 7px;
	font: 1.0em/120% arial, sans-serif;
	color: #FFFFFF;
	background: #DD0000;
	
	cursor:pointer;
	text-align:center; 
	text-decoration: none;
  
   	-moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
 }

