﻿.popupbox {
	width: 321px;
	height: 417px;
	background:url('images/sidebar3.png') 0px 0px no-repeat;
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 200px #777;
	-moz-box-shadow: 0px 0px 200px #777;
	box-shadow: 0px 0px 200px #777;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;

}
#intabdiv {
	//text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}

.popupbox  h2{
	padding: 2px 0px 10px 5px;
	font: normal 17px 'Times New Roman';
	color: #464462;
	text-transform: uppercase;
	text-align: left;
	display: block;
}