#cookiedingsbums a {
	color:#e4c178;
	text-decoration:none;
	}

#cookiedingsbums a:hover {text-decoration: underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right;
   border-top:1px solid #fff;
   background: #1c1f2e; 
   /*background: -moz-linear-gradient(top, #1c1f2e 0%, #47484f 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1f2e), color-stop(100%,#47484f)); 
   background: -webkit-linear-gradient(top, #1c1f2e 0%,#47484f 100%); 
   background: -o-linear-gradient(top, #1c1f2e 0%,#47484f 100%);
   background: -ms-linear-gradient(top, #1c1f2e 0%,#47484f 100%); 
   background: linear-gradient(to bottom, #1c1f2e 0%,#47484f 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#1c1f2e', endColorstr='#47484f',GradientType=0 );*/
   position:fixed;
   bottom:0px;
   right: 0px;
   z-index:10000; 
   width:100%;
   min-height: 50px;
   font-size:12px; 
   line-height:16px;
   padding: 10px;
   padding-right: 150px;
   color: #dcdcdc;}

#cookiedingsbumsCloser {
   color: #000;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   bottom: 5px;
   text-decoration: none;
   /*text-shadow: 0 1px 0 #ccc;*/
   cursor:pointer;
   border-top:1px solid #e5e5e5; 
   border-left:1px solid #e5e5e5; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:10px;
   margin-top: 5px;
   background: #e4c178; /* Old browsers */
   /*background: -moz-linear-gradient(top, #e4c1780%, #47484f 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4c178), color-stop(100%,#47484f)); 
   background: -webkit-linear-gradient(top, #e4c1780%,#47484f 100%); 
   background: -o-linear-gradient(top, #e4c1780%,#47484f 100%); 
   background: -ms-linear-gradient(top, #e4c1780%,#47484f 100%); 
   background: linear-gradient(to bottom, #e4c1780%,#47484f 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#e4c178', endColorstr='#47484f',GradientType=0 );*/
   border-radius: 5px;
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}