@import url('/css/frontend_lista.css');
@import url('/css/frontend_inner.css');
html {
	height: 100%;
}
body {
	background: #fff; 
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;
}

div#overlay {
	display: none;
	position: absolute;
	top: 0;
	left:0px;
	width: 100%;
	height: 100%;
	background: url('/img/frontend/comm/bg-overlay.png');
}
div#overlay_in {
	border: 1px solid #999999;
	background: #ffffff;
	width: 400px;
	padding: 50px 25px;
	margin: 0 auto;
	margin-top: 20%;
}
.hibasmezo {
	font-size: 11px; color: #dd3300;
}
