
#cookie_warning{
	display: none;
	padding: 10px 0; 
	font-size: 12px !important; 
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center;
	height: 20px;
}

#cookie_warning.position_top{
	position: absolute; 
	top: -40px; 
}

#cookie_warning.position_bottom{
	position: fixed; 
	bottom: 0px; 
}

#cookie_warning a{
	text-decoration: underline;
	font-size: 12px !important; 
}

#cookie_warning a:hover{
	text-decoration: none;
}

#cookie_warning form{
	display: inline;
}

#cookie_warning button{
	font-size: 12px !important; 
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	text-decoration: underline;
	width: auto;
	display: inline;
	height: auto;
}

#cookie_warning button:hover{
	text-decoration: none;	
}

#cookie_warning.style_button button{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #d0d0d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#d0d0d0));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#d0d0d0 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#d0d0d0 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#d0d0d0 100%);
	background: linear-gradient(top,  #f5f5f5 0%,#d0d0d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d0d0d0',GradientType=0 );
		
	border: 1px solid #fff;
	color: #646464;
	text-shadow: 0 1px 0 #FFFFFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	padding: 4px 8px;
	cursor: pointer;
	margin: 0 15px;
	font-weight: bold;
}

#cookie_warning.style_button button:hover{
	background: #32373c;
	background: -moz-linear-gradient(top,  #32373c 0%, #50555a 5%, #64696e 30%, #7d8287 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32373c), color-stop(5%,#50555a), color-stop(30%,#64696e), color-stop(100%,#7d8287));
	background: -webkit-linear-gradient(top,  #32373c 0%,#50555a 5%,#64696e 30%,#7d8287 100%);
	background: -o-linear-gradient(top,  #32373c 0%,#50555a 5%,#64696e 30%,#7d8287 100%);
	background: -ms-linear-gradient(top,  #32373c 0%,#50555a 5%,#64696e 30%,#7d8287 100%);
	background: linear-gradient(top,  #32373c 0%,#50555a 5%,#64696e 30%,#7d8287 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32373c', endColorstr='#7d8287',GradientType=0 );

	color: #fff !important;
	border-color: #888 !important;
	text-shadow: 0 1px 0 #333;
	text-decoration: none;
	box-shadow: inset 0 2px 2px #333;
}