#cookie_info{
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	height:80px;
	background:#fff;
	background:rgba(247,234,173,0.9);
	border-top:1px solid #ddd
}

#cookie_info .user_information{
	width:810px;
	margin:0 auto;
	margin-top:20px;
	font-size:16px!important;
	padding-right:30px;
	padding-left:120px;
	color:#555!important
}

#cookie_info .user_information:before{
	content:'';
	display:block;
	padding:40px;
	width:65px;
	height:42px;
	background:transparent url('images/cookies.png') top center no-repeat;
	background-size:55px 43px;
	position:absolute;
	margin-left:-115px
}

#cookie_info .options{
	float:right;
	margin-top:10px
}

#cookie_info .options a{
	margin-right:15px
}

#cookie_info .options #close_info_cookie:hover{
	cursor:pointer
}