﻿* { margin:0; padding:0; }

div.alert-box {
	display: block;
	padding: 10px 0;
	color:#eee;
	text-align: center;
	/* 
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px rgba(0, 0, 0, 0.7);
	*/
	position: relative; 
	max-width: 1400px;
	width: 100%;
	z-index: 60;
}

div.alert-box a {
	color:#FFF;
	text-decoration:none;
}

.alert-box a.close { 
/*
	position: absolute;
	right: 30px; 
	top: 0; 
*/
	color: #ddd; 
	padding: 0 10px; 
	opacity: 0.8; 
	font-size: 24px; 
	text-decoration:none; 
	float: right; 
}

.alert-box a.close:hover, .alert-box a.close:focus { opacity: 0.4; }