#cookiesWarning
{
	position: fixed;
    width: 300px;
    bottom: 0px;
    left: 8px;
}

#cookiesDisabled
{
	font-weight: bold;
}

#cookiesWarningActive
{
    background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	margin: 0;
    line-height: 1.3em;
	padding: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 0 0;
	border: solid 1px #691618;
}

#cookiesWarningActive form
{
	display: inline;
	float: right;
	margin: 0 0 0 16px;
}

#text {
	font-weight: bold;
}

#readMoreURL a,
#readMoreURL a:visited
{
    color: #4c1011;
    font-weight: bold;
    text-decoration: underline;
}
