.cookietool-message {
/*	position: fixed;*/
	width: 100%;
	padding: .5em;
	text-align: center;

	background: #E0E0EE;
	border: 0px solid #9AA70;
	color: #222;
	z-index:1000;
}

.cookietool-message-top {
	border-bottom-width: 1px;
	top: 0;
}

.cookietool-message-bottom {
	border-top-width: 1px;
	bottom: 0;
}

.cookietool-message p {
	margin: 0;
	margin-bottom: .5em;
}