#cookieChoiceInfo {
	z-index: 100000;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */
	background: rgba(0, 0, 0, .8);
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
#cookieChoiceInfo a {
	color: #AA854A;
	font-size: 10px;
	text-transform: uppercase;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#cookieChoiceInfo a:hover {
	color: #808080;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#cookieChoiceDismiss {
	margin-left: 25px;
	padding: 2px 5px;
	border: 1px solid #AA854A;
	border-radius: 5px;
}
#cookieChoiceDismiss:hover {
	border-color: #808080;
}
#cookieInfoLink {
	margin-left: 25px;
	padding: 4px;
	border: 1px solid #AA854A;
	border-radius: 2px;
}