




/* Message Overlay for Cookies */
.msgoverlay {
	width: 100%;
	height: 100%;
 	position: fixed;
	z-index: 9997;
	display: none;
	bottom: 0;
}

.btn_area {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(#cc0000,#000);
	z-index: 9998;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	padding: 30px 40px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	line-height: 1.3em;
}

.btn_area a {
	color: #fff;
	text-decoration: underline;
}

.btn_area a:hover {
	color: #000;
}

.btn_area button {
	color: #fff;
	display: block;
	margin: 20px auto 14px auto;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 20px;
	border: 1px solid #000;
	z-index: 9999;
	background: linear-gradient(#000,#555);
	cursor: pointer;
	box-sizing: border-box;
	text-shadow:	-2px -2px 5px #333, -2px 2px 5px #333,
					2px -2px 5px #333, 2px 2px 5px #333;
}