@charset "utf-8";
/* CSS Document */

#cookiesdirective{
	left:0px;
	width:100%;
	height:auto;
	background:#000000;
	opacity:.80;
	-ms-filter: "alpha(opacity=80)"; 
	filter: alpha(opacity=80);
	-khtml-opacity: .80; 
	-moz-opacity: .80; 
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	z-index:1000;
	text-align:left;
	padding-bottom:5px;
}

#epdsubmit{
	width:auto;
	height:auto;
	background:#3ab54a;
	border-radius:2px;
	padding:4px 8px;
	float:right;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	cursor:pointer;
}
#epdsubmit:hover{background:#333; color:#CCC;}


#epdnosubmit{
	width:auto;
	height:auto;
	background:#2f6d37;
	border-radius:2px;
	padding:4px 8px;
	float:right;
	color:#ccc;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-left:30px;
	cursor:pointer;
}
#epdnosubmit:hover{background:#333; color:#CCC;}
	
	