#overlay {
	z-index: 100500;
	opacity: 0.75;
	background-color: #070707;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
/*
.error {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 39px;
	background-color: #AD141F;
	color: #F9F7ED;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	z-index: 100501;
}
*/
.error {
    cursor: pointer;
    background-color: #AD141F;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #F9F7ED;
    font-size: 20px;
    font-weight: bold;
    height: 114px;
    left: 0;
    margin-top: -57px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 100501;
}

