/* Notificare cookie */
#cookieMessageWrapper {
	background: #FFF;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
	display: none;
	border-top: solid 1px #000;
	position: fixed;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: 10000;
	zoom: 1;
	filter: alpha(opacity=95);
	opacity: 0.95;
	z-index: 100000010;
}
#cookieMessage {
	max-width: 960px;
	padding: 3px 0 3px 0;
	margin: 0 auto;
	position: relative;
}
#cookieMessage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cookieMessage p {
	margin: 4px;
}
#cookieClose {
	
	padding: 0px 5px;
	text-decoration: none;
	background:#3D8725;
	border: solid 1px #FFF;
	border-radius: 2px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
#close_link {
	font-weight: bold;
}
#cookieAction {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
/* Notificare cookie */
