#flxCookieBar {
	position: absolute;
	top: 0;
	width: 100%;

	background: #444;
	background: rgba(100,100,100,.8);
	text-align: center;

	font-size: 13px;
	font-weight: 300;
	color: #eee;
	display: none;
	z-index: 11000;
}
.flxCookieBarInfo {
	margin-bottom: 5px;
}
#flxCookieBar a {
	text-decoration: underline;
	color: #fff;
}
#flxCookieBar .inner{
	position: relative;
	padding: 5px 0;
	color: #fff;
	height: 30px;
	line-height: 30px;


}
#flxCookieBar .flxCookieClose {
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("fa-times.png"/*tpa=http://www.parkeringsgruppen.dk/dcminc/cookiecontrol/fa-times.png*/) no-repeat;
}
#flxCookieBar a.flxButton {
	background: green;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	margin-left: 20px;

}
#flxCookieControlCorner {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 10980;
	width: 41px;
	height: 41px;
	display: block;
	background: url("cookiecontrol-corner.png"/*tpa=http://www.parkeringsgruppen.dk/dcminc/cookiecontrol/cookiecontrol-corner.png*/) no-repeat;
}
