#cookie_note {
	width:100%;
	padding: 0px 0px 20px 0px;
	background-color: #404040;
	position:fixed;
	bottom:0px;
	border-top: 1px solid white;
	text-align: center;
}

#cookie_note h3, #cookie_note p, #cookie_note .cookieClose {
		color: white;
	}  

#cookie_note h3 {
		font-size: 15px;
		margin-top: 10px;
		padding: 0;
	}
	
#cookie_note p {
		font-size: 13px;
	}	
	
#cookie_note .cookiebutton {
		display: inline-block;
		width: auto;
		height: 30px;
		line-height: 30px;
		padding: 0px 10px;
		background: #7AB51D;
		color: white;
		font-weight: bold;
		font-size: 15px;
	}

#cookie_note .cookiebutton, #cookie_note .cookieClose {
		cursor: pointer;
	}
	
#cookie_note .cookieClose {
		position: absolute;
		top: 5px;
		right: 5px;
		color: white;
		font-size: 17px;
		font-weight: 700;
		border: 1px solid white;
		border-radius: 5px;
		padding: 2px 7px;
	}

#cookie_note a.dismiss:hover {
		background: #9ba21b;
		color: #fff;
	}
	
#cookie_note .cancel_cookie {
		color: #9ba21b;
		line-height: 17px;
	}	