.fhCookieLaw
{
	background: rgba(0, 0, 0, 0.65); 
	position: fixed; z-index: 9999;
}
.original.fhCookieLaw 
{
	padding: 20px; 
	border-radius: 5px; 
	top: 20px; 
	width: 280px; 
	right: 20px;
}
.bottom.fhCookieLaw 
{
	padding: 10px; 
	left: 0px; 
	text-align: center; 
	right: 0px; 
	bottom: 0px;
}
.top.fhCookieLaw 
{
	padding: 10px; 
	left: 0px; 
	text-align: center; 
	right: 0px; 
	top: 0px;
}
.fhCookieLaw .fhCookieLaw-title {

	margin: 0px 0px 20px; 
	color: rgb(255, 255, 255); 
	line-height: 20px; 
	font-size: 16px; 
	font-weight: bold; 
	display: block; 
	text-shadow: 1px 1px 0px #000000;
}
.fhCookieLaw .fhCookieLaw-description 
{
	margin: 0px 20px 0px 0px; 
	color: rgb(255, 255, 255); 
	line-height: 16px; 
	font-size: 12px; 
	font-weight: normal;
}
.fhCookieLaw .fhCookieLaw-description a 
{
	color: rgb(255, 255, 255);
}
.fhCookieLaw .fhCookieLaw-actions 
{
	margin: 20px 0px 0px;
}

#Content a.fhCookieLaw-btn
{
	color: #FFFFFF; 
}

a.fhCookieLaw-btn 
{
	margin: 0px 10px 0px 0px; 
	padding: 8px; 
	border-radius: 3px; 
	border: 1px solid rgb(83, 83, 83); 
	color: #FFFFFF; 
	line-height: 16px; 
	font-size: 14px; 
	text-decoration: none; 
	display: inline-block;
}
a.accept.fhCookieLaw-btn 
{
	background: #e86c12; 
	border-color: white;
}
a.accept.fhCookieLaw-btn:hover 
{
	color: rgb(0, 0, 0);
}
a.decline.fhCookieLaw-btn 
{
	background: gray; 
	border-color: white;
}
a.decline.fhCookieLaw-btn:hover 
{
	color: #e86c12;
}
a.fhCookieLaw-btn-close 
{
	background: url("close.png") no-repeat 0px 0px; 
	width: 16px; 
	height: 16px; 
	right: 10px; 
	color: rgb(0, 0, 0); 
	line-height: 15px; 
	text-decoration: none; 
	display: block; 
	position: absolute;
}
.bottom.fhCookieLaw .fhCookieLaw-description 
{
	vertical-align: middle; 
	display: inline-block;
}
.bottom.fhCookieLaw .fhCookieLaw-actions 
{
	margin: 0px; 
	vertical-align: middle; 
	display: inline-block;
}
.bottom.fhCookieLaw a.fhCookieLaw-btn 
{
	padding: 4px 8px;
}
.bottom.fhCookieLaw a.fhCookieLaw-btn-close 
{
	top: 50%; 
	margin-top: -13px;
}
.top.fhCookieLaw .fhCookieLaw-description 
{
	vertical-align: middle; 
	display: inline-block;
}
.top.fhCookieLaw .fhCookieLaw-actions 
{
	margin: 0px; 
	vertical-align: middle; 
	display: inline-block;
}
.top.fhCookieLaw a.fhCookieLaw-btn 
{
	padding: 4px 8px;
}
.top.fhCookieLaw a.fhCookieLaw-btn-close 
{
	top: 50%; 
	margin-top: -13px;
}