#flxCookieBar {
	position: fixed;
	bottom: 0;
	width: 100%;

	background: #444;
	background: rgba(100,100,100,.8);

	background: rgba(255,255,255,.98);

	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.25);

	text-align: center;

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

#flxCookieBar .flxCookieClose {
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(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: 0px;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;

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