#click {
	position:relative;
	z-index:3000;
	cursor: pointer;
	//cursor: hand;
}

#nabor .big {	
	font-size: 26px;
	color: #000000;
}
.butBlack {
	width: 170px;
	height: 59px;
	font-size: 16px;
	color: #FFFFFF;
	background: black;
	background-image: url(but_call.png);
	border: 0px;
	margin: 5px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:4000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 

#closer {
	position: absolute;
	top:0;
	right: 0;
	background: #000000;
	padding: 2px;
	width: 70px;
	height: 15px;
	//text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
	//cursor: hand;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#caller {
	font-size: 18px;
}

#nabor {
	font-size: 12px;
	color: #000000;
	display: none;
	position: absolute;
	z-index: 5000;
	left: 25%;
	top: 20%;
	width: 470px;
	padding: 20px;
	background: #FFFFFF;
	border: 2px solid #000000;
}

.loading_big {
	//text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
} 

.loading_big {background-image: url(loader_big.gif); height: 400px;}