/* Reset */
#cookieok_bar,#cookieok_bar p, #cookieok_bar a, #cookieok_bar input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height:120%;
}

#cookieok_bar {
	padding:0px;
	color: #424F25;
	font-family: Arial, sans-serif;
	font-size:14px;
	z-index:9999;
	
	background: #cdeb8e;
	background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
	background: linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
	text-shadow: 1px 1px 1px #D1EC94;
}

#cookieok_bar a {
	color: #6B803C;
	text-decoration: underline;
}

#cookieok_bar .more {
	position: absolute;
	top: 6px;
	right: 10px;
}

#cookieok_bar a:hover {
	color: #803C5F;
}

#cookieok_bar p {
	padding:6px 10px;
}

#cookieok_bar .cookieok_intro {
	margin:0;
	margin-right:120px;
}

#cookieok_bar .cookieok_accept,#cookieok_bar .cookieok_decline {
	font-size: 12px;
	padding: 0 8px 8px;
	margin-left: 10px;
}

#cookieok_bar label {
	padding-left: 4px;
	vertical-align: top;
}

#cookieok_bar a.link {
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 10px;
	text-decoration: none;
}
