#cookiebar {
	position: fixed;
	z-index: 999; 
	display: none;
	bottom: 0;
	padding: 0 10px;
	width: 100%;
}

#cookiebar .bar {
	margin: 0 auto; padding: 15px 10px;
	max-width: 1220px; height: auto;
	background: antiquewhite; border: 1px solid #fc8c00;
}

#cookiebar > .bar > .center > p {
	margin: 10px 0 0 0;
}
#cookiebar .left {
	float:left; margin-top: 3px;
	font-weight: lighter; 
}

#cookiebar .left a{
	color: #144084; font-size: 12px;
	text-decoration: underline;
}

#removeCookieBar {
	font-size: 12px; font-weight: bold;	height: 28px;
	padding: 6px 10px;
	border: 0px none; cursor: pointer; overflow: hidden;
}

#removeCookieBar2 {
	margin-right: 1%; color: red; font-size: 20px; float: right; text-decoration: none;
}

#cookies {
	margin: 10px 0 20px;
}
#cookies > p {
	margin: 5px 0 20px;
}