#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.popup_wrap {
	background: #E9E9F9;
	border: 1px solid #888;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	top: 160px;
	left: 50%;
	margin-left: -250px;
	padding: 5px 15px 15px;
	max-width: 527px;
}
@media ( max-width: 500px )
{
	.popup_wrap {
		left: 1%!important;
		margin-left: 0px!important;
		position: absolute!important;
		width: 98%;
		margin: 2px auto;
	}
}
.popup_wrap p { color: #0f0f0f; margin: 6px; }
.popup_wrap h2 {
	font-size: 2.0em!important;
	color: #2683c7;
	text-shadow: -2px -1px 3px #0f0f0f;
	margin-top: 6px;
}
a.popup_close {
	background: #fff;
	border-radius: 5px;
	padding: 3px;
	color: #888;
	float: right;
}
.socbuttons .yandex {
	background: #ebebeb url("./images/yandex_mini.png") no-repeat;
}
.socbuttons .vkontakte {
	background: #336699 url("./images/vkontakte_mini.png") no-repeat;
}
.socbuttons .mailru {
	background: #003399 url("./images/mailru_mini.png") no-repeat;
}
.socbuttons .okru {
	background: #ff9933 url("./images/okru_mini.png") no-repeat;
}
.socbuttons .facebook {
	background: #003366 url("./images/facebook_mini.png") no-repeat;
}

.socbuttons .yandex ,
.socbuttons .vkontakte,
.socbuttons .mailru,
.socbuttons .okru,
.socbuttons .facebook {
	border: 1px solid #eee;
	line-height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	padding: 1px;
	overflow: hidden;
	height: 15px;
	width: 15px;
}

.popup_link  .yandex {
	background: #CC0000 url("./images/yandex.png") no-repeat;
}
.popup_link .vkontakte {
	background: #336699 url("./images/vkontakte.png") no-repeat;
}
.popup_link .mailru {
	background: #0066cc url("./images/mailru.png") no-repeat;
}
.popup_link .okru {
	background: #ff9933 url("./images/okru.png") no-repeat;
}
.popup_link .facebook {
	background: #003366 url("./images/facebook.png") no-repeat;
}

.popup_link  .yandex ,
.popup_link .vkontakte,
.popup_link .mailru,
.popup_link .okru,
.popup_link .facebook {
	border: 1px solid #eee;
	display: inline-block;
	margin: 0 1px;
	padding: 1px;
	overflow: hidden;
	height: 88px;
	width: 88px;
}

.popup_link {
	margin-top: 2px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.popup_link a:hover,
.socbuttons a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.popup_link span,
.socbuttons span {
	display: none;
}
