#bar_bottom_cookie {
	display: block;
	position: fixed;
	left: 0;
	padding: 0;
	bottom: 0px;
	height: 45px;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
	#bar_bottom_cookie	.relative {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
	}
		#bar_bottom_cookie .relative .container {
			display: block;
			position: relative;
			margin: 0 auto;
			padding: 0;
			font-size: 11px;
			/*font-family: 'Open Sans Condensed', sans-serif !important;*/
			line-height: 45px;
			width: 940px;
		}
			#bar_bottom_cookie .relative .container .close {
				display: block;
				position: absolute;
				margin: 0;
				padding: 0;
				font-family: verdana;
				font-size: 12px;
				width: 12px;
				height: 12px;
				top: 8px;
				right: 5px;
				line-height: 12px;
				text-align: center;
				cursor: pointer;
			}