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

#cookie-warner-info-link {
	margin-left:10px;
}

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

#cookie-warner-ok-btn:hover{
	background-color: #279fbb;
	background-image: -webkit-linear-gradient(top,#006291,#279fbb);
	border: 1px solid #006291;
	border-radius: 2px;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	line-height: 20px;
	margin-right: 0px;
	min-width: 26px;
	outline: 0;
	padding: 2px 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;
}