#cookie-warner-cont {
	position:fixed;
	width:100%;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eee));
	top:0;
	left:0;
	border-bottom: 1px solid #D5D5D6;
	right:0;
	opacity: 0.86;
	padding:10px !important;
	z-index: 1000000;
	text-align: center;
}

#cookie-warner-info-link {
	margin-left:4px;
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}

#cookie-warner-ok-btn{
	background-color: #333;
	background-image: -webkit-linear-gradient(top,#333,#222);
	border: 1px solid #333;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 0px;
	min-width: 26px;
	outline: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left:10px;
}

#cookie-warner-ok-btn:hover{
	background-color: #222;
	background-image: -webkit-linear-gradient(top,#333,#333);
	border: 1px solid #222;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 0px;
	min-width: 26px;
	outline: 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left:10px;
}

#cookie-warner-inline-text{
	font-family: Arial,Helvetica;
	font-size: 13px;
	color:#000;
	
}

.body-margin-top-cookie{
	margin-top: 40px;
}