#divTopLeft {
	position: absolute; 
	overflow: hidden; 
	z-index: 100; 
	left: 0px; 
	width: 27px; 
	height: 200px; 
	background-image: url('../../../images/leftbar/bg2.png');
}

#divTopLeftInside {
	position: absolute; 
	z-index: 101; 
	width: 1024px; 
	height: 200px; 
	background-image: url('../../../images/leftbar/bilety-na-kvn-pusto.png'); 
	background-repeat: no-repeat;	
}

.divTopLeft2 {
	position: absolute; 
	overflow: hidden; 
	z-index: 100; 
	left: 0px; 
	width: 27px; 
	height: 200px; 
	background-color: #000000;
	
}
.team_liga_text {
	color: #4b6781; 
	font-size: 12px; 
	font-weight: bold;
}
#add_div {
	position: absolute;
	left: 26%;
	top: 20%;
	display: none;
	width: 640px;
	height: 550px;
	border: 1px solid;
	background: url(http://www1.istockphoto.com/file_thumbview_approve/2621328/2/istockphoto_2621328_spring_in_pink.jpg) no-repeat white;
	background-position: right bottom;
	padding: 10px;
	z-index: 3;
}

#close_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 39px;
	z-index: 4;
}

#msg_box {
	position: absolute;
	left: 30%;
	top: 40%;
	display: none;
	width: 500px;
	height: 50px;
	border: 1px solid;
	background: white;
/*	background: url(http://www1.istockphoto.com/file_thumbview_approve/2621328/2/istockphoto_2621328_spring_in_pink.jpg) no-repeat white;  */
	background-position: right bottom;
	padding: 10px;
	z-index: 4;
}
#control_buttons{
	position: relative;
	width: 100%;
	clear: both;
}
#dialogBG {
	position: absolute; 
	display: none;
	z-index: 30; 
	left: 0px; 
	top: 0px;
	width: 100%; 
	height: 100%; 
	background-image: url('../../../images/leftbar/bg2.png');
}