.cookietool-message {
	position: fixed;
	width: 100%;
	padding: .5em;
	text-align: center;
	background: #013d7b;
	border: 1 solid #19B1C9;
	color: #ffffff;
	z-index:999999;
	font-size:0.8em;
}

.cookietool-message-top {
	border-bottom-width: 1px;
	top: 0;
}

.cookietool-message-bottom {
	border-top-width: 1px solid;
	bottom: 0;
}

.cookietool-message p {
	margin: 10px 0 10px 0; padding:0
}

.cookietool-message button{ color: #333; border:none; margin:0 10px 10px 10px}