#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-top:5px !important;
	padding-bottom:5px !important;
	z-index: 2000;
	text-align: center;
	margin-bottom: 20px;
}

#cookie-warner-info-link {
	margin-left:10px;
}

#cookie-warner-ok-btn{
	background-color: #4d90fe;
	background-image: -webkit-linear-gradient(top,#FA2200,#A90000);
	border: 1px solid #A90000;
	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: #4d90fe;
	background-image: -webkit-linear-gradient(top,#A90000,#73000d);
	border: 1px solid #9999CC;
	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;
}