#cookieChoiceInfo{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #1a5d83;
	color: white;
	font-size: 1em;
	font-family: 'Helvetica',sans-serif;
	text-align: center;
	z-index: 1000;
	margin: 0;
	left: 0;
	padding: 4px;
}

#cookieChoiceInfo span{
	
}

#cookieChoiceInfo a{
	text-decoration: none;
	color: #009ee0;
}

#cookieChoiceInfo #cookieChoiceDismiss{
	background: transparent url("../images/img-cross.png") center right no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	margin-left: 10px;
}