#cookiepolicy-dialog {
	font-family: Tahoma, sans-serif;
	display: none;
	position: fixed;
	left: 17px;
	bottom: 17px;
	width: 222px;
	height: 134px;
	padding: 20px 0;
	background: url('images/bg.png') no-repeat;
	text-align: center;
}

#cookiepolicy-dialog h1 {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
}

#cookiepolicy-dialog p {
	color: #ffffff;
	font-size: 10px;
	margin-top: 10px;
}

#cookiepolicy-dialog h3 {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}