.cookie-wrapper{
	
	position: fixed;
	bottom: 0px;
	width: 100%;

	z-index: 100000;
}
.cookie{
	position: relative;
	background-color: #e5e5e5;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	line-height: 15px;
	margin: 0px auto 10px auto;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 5px;
	max-width: 990px;

}
	
.cookie-wrapper a#cookie-close {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 3px;
	width: 18px;
	height: 18px;
	padding-right: 6px;
	z-index: 1000;
}