#jgnt_upper_overlay
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 8888;
	width: 100%; 
	background-color: #000; 
}

#jgnt_upper
{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 8889; 
	width: 100%; 
	height: 100%;
}

div.jgnt_upper_block {
	position: relative;
	margin: auto;
	padding: 15px;
	margin-top: 45px;
}

div.jgnt_upper_info_block { 
	position: fixed;
	top: 50px; 
	right: 50px;
	width: 250px; 
	padding: 30px 20px 30px 20px;
	margin: auto; 
	background-color: #fff; 
	border:10px solid #efefef;
	z-index: 8890;
	line-height: 130%;
}
