#acl-cookie-alert {
	background-color: #FCFCFC;
	font-size: 12px;
	color: #666666;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	margin: 0 3px;
	padding: 5px 20px 5px 10px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	font-family: arial,sans-serif;
}
#acl-cookie-alert .acl-cookie-alert-message {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	font-style: italic;
}
#acl-cookie-alert .acl-cookie-alert-message a {
	cursor: pointer;
	color: #666666;
	text-decoration: underline;
}
#acl-cookie-alert .acl-cookie-alert-message a:hover {

}
#acl-cookie-alert .acl-cookie-alert-button {
	float: right;
	background-color: #4D90FE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 20px;
	border: 1px solid #3079ED;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
#acl-cookie-alert .acl-cookie-alert-button:hover {
	
}
#acl-cookie-alert .acl-cookie-alert-button.disabled {
	background-color: #d6e6ff;
	border: 1px solid #b1cfff;
	cursor: not-allowed;
}
#acl-cookie-alert .acl-cookie-alert-close {
	position: absolute;
	top: -2px;
	right: 3px;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
}
#acl-cookie-alert .acl-cookie-alert-close:hover {
	color: #111111;
}
#acl-cookie-alert .acl-cookie-alert-clear {
	clear: both;
}