#cookiepolicy-corner {
	position: fixed;
	left: 0;
	bottom: 0;
	background: url('images/corner.png') no-repeat no-repeat -59px 0;
	width: 59px;
	height: 59px;
}

#cookiepolicy-corner.cookiepolicy-ok {
	background-position: 0 0;
}

#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: #000000;
	font-size: 15px;
	font-weight: normal;
}

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

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

#cookiepolicy-ok-button,
#cookiepolicy-cancel-button {
	display: inline-block;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

#cookiepolicy-ok-button {
	background: url('images/ok-icon.png') no-repeat;
}

#cookiepolicy-ok-button:hover {
	background-position: 0 -42px;
}

#cookiepolicy-cancel-button {
	background: url('images/cancel-icon.png') no-repeat;
}

#cookiepolicy-cancel-button:hover {
	background-position: 0 -42px;
}