﻿#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 
	z-index: 25;
	background-color:#000000;
	display: none;
	opacity: 0.80;
	filter: alpha(opacity=80)
}
#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
 
	z-index: 26;
	display: none;
	width: 560px;
	height: 285px;
	background-image:url(../imgs/content/popups/scoro.png);
}
#modalClickZone
{
	position:relative;
	width: 560px;
	height: 288px;
	/*cursor:pointer;*/
	cursor:default;
}
#btnClose
{
	background-image:url(../imgs/content/popups/btnClose.png);
	height:49px;
	left:520px;
	/left:270px;
	position:relative;
	top:-13px;
	width:51px;
	cursor:pointer;
}