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

	background: #ECECEC;
	border: 0 solid #414141;
	color: #444;
	z-index:999;
	opacity:0.9;
}

.cookietool-message-top {
	/*border-bottom-width: 1px;
	top: 0;*/
	border-top: 1px solid;
	border-top: 1px #C9C9C9 solid;
	bottom: 0;
}

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

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