﻿#overlay { 
    background-image: url(/stats/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay {
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity: 0.4;
    opacity: 0.5;
}

#modal {
	border: 8px solid #e1f3fd;
	background: #fff;
	width: 400px;
	height: 170px;
	line-height: 1.4em;
	font-family: arial;
	font-size: 10pt;
	padding: 10px;
	display: none;
	z-index: 100;
}

#counters {
	border: 8px solid #06c;
	background: #fff;
	width: 520px;
	height: 300px;
	line-height: 1.4em;
	font-family: arial;
	font-size: 10pt;
	padding: 10px;
	display: none;
	z-index: 100;
	overflow: auto;
}

#modal_back {
	position: absolute;
	bottom: 10px;
	left: 10px;	
}

#modal_upgrade {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#modal_close {
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
