#cookie a 			{	color:#bcbcbc; text-decoration:none; font-weight: 200	;}

#cookie a:hover 	{	font-weight: 400;}

#cookie div 		{	padding:10px; padding-right:40px;	}

#cookie 			{ 	outline: none; text-align:right; color: #fff; font-weight: 200; border-top:1px solid #840916; background: #940715; background: -moz-linear-gradient(top, #940715 0%, #840916 100%); 
   						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#940715), color-stop(100%,#840916)); background: -webkit-linear-gradient(top, #940715 0%,#840916 100%); 
   						background: -o-linear-gradient(top, #940715 0%,#840916 100%); background: -ms-linear-gradient(top, #940715 0%,#840916 100%); background: linear-gradient(to bottom, #940715 0%,#840916 100%); 
   						filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#940715', endColorstr='#840916',GradientType=0 ); position:fixed; bottom:0px; z-index:10000; width:100%; 
   						font-size:1.3em; line-height:40px;	}
 
.close				{	background: #fff; padding: 5px 20px 8px 20px; margin-left: 20px; color: #940715; font-weight: 400; cursor: pointer; }