#info {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: 49;
}
 
#infobar {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	position: fixed;
	margin: 0 auto;
	padding: 35px 25px;
	width: 500px;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 50;
}

#infobar .alert_close {
	float: right;
	height: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent url("http://southklad.ru/forum/adm/images/alert_close.png") 0 0 no-repeat;
	margin-top: -44px;
	margin-right: -467px;
}
 
#infobar a:link, #infobar a:visited, #infobar a:active {
	display: block;
	font-size: 1.2em;
	clear: both;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
 
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	#infobar {
		width: 320px;
	}
}
 
@media only screen and (max-width: 360px), only screen and (max-device-width: 360px)
{
	#infobar {
		width: auto;
	}
}