/* Cookie by Magentiamo.it */
#cookiebox {
    bottom: 0px;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
    background:#333;
	text-align: right;
}
#cookiebox a {
	margin: 0;
	float: left;
	color: white;
}
#cookiebox button {
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 10px;
}
#cookiebox p {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
}
#cookiebox .cookie-msg {
	color: #818181;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	float: left;
}
#cookiebox .cookie-msg a {
	float: right;
	text-decoration: none;
}
#cookiebox .close-bar {
	margin: 0;
	padding: 0;
	text-align: right;
}
#cookiebox a.close-bar {
	width: 100%
}
