#cookies-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid rgb(211, 208, 208);
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #efefef;
	width: 100%;
	z-index: 999;
}

#accept-cookies-checkbox{
	background-color: #999;
	padding: 5px 10px;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	
	text-decoration: none;
	cursor: pointer;
	position:absolute;
	right: 50px;
	bottom: 10px;
}

#underline {
	text-decoration: underline;
}