div#sgCookiesPolicyBar {
	width: 100%;
	padding: 3px 0;
	z-index: 9999;
	border-top: 1px dotted #FF6600;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #F1F2CC;
}

div#sgCookiesPolicyInformation {
	width: 800px;
	margin: 5px auto;
	font-family: Arial;
	color: #777777;
	font-size: 11px;
	text-align:left;
}

div#sgCookiesPolicyInformation p {
	float: right;
	color: #ff0000;
	cursor: pointer;
	margin: 0;
}
