@charset "utf-8";

.cookiebar{
	position: fixed;
	bottom: 0;
	background-color: white;
	width: 100%;
	text-align: center;
	padding: 15px 0 15px 0;
	font-weight: bold;
	font-size: 11px;
	box-shadow: 0px 0px 8px #b5b5b5;
	left: 0;
	z-index: 1000;
}
.cookiebar p{
	margin: 0 70px 0 30px;
	font-size:11px;
	float: none;
}
.cookiebar a{
	text-decoration:none;
	color:#EE1721;
}
.continuebutton{
	width: 16px;
	font-size: 17px;
	position: absolute;
	right: 30px;
	box-shadow: 0px 0px 8px #b5b5b5;
	background-color: white;
	padding: 6px;
	font-weight: bold;
	color: #818181;
	border-radius: 15px;
	border: 2px solid #b5b5b5;
	bottom: 4px;
	cursor:pointer;
	font-family: arial;
}
#continuebutton:hover{
	color:black;
}
.ie8 .cookiebar{
	border-top:4px solid #b5b5b5;
}
.ie6 .continuebutton{
	bottom:auto;
	position:static;
	float:right;
	margin-right:10px;
}
.ie7 .cookiebar,
.ie6, .cookiebar{
	border-top:2px solid #ccc;	
}