.overlay_esperya {
	background-color: #fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.biglietto_nw {
	width: 9px;
	height: 23px;
	background: transparent url(biglietto/top_left.gif) no-repeat 0 0;
}

.biglietto_n {
	background: transparent url(biglietto/top_mid.gif) repeat-x 0 0;
	height: 23px;
}

.biglietto_ne {
	width: 9px;
	height: 23px;
	background: transparent url(biglietto/top_right.gif) no-repeat 0 0;
}

.biglietto_e {
	width: 2px;
	background: transparent url(biglietto/center_right.gif) repeat-y 0 0;
}

.biglietto_w {
	width: 2px;
	background: transparent url(biglietto/center_left.gif) repeat-y 0 0;
}

.biglietto_sw {
	width: 9px;
	height: 19px;
	background: transparent url(biglietto/bottom_left.gif) no-repeat 0 0;
}

.biglietto_s {
	background: transparent url(biglietto/bottom_mid.gif) repeat-x 0 0;
	height: 19px;
}

.biglietto_se {
	width: 9px;
	height: 19px;
	background: transparent url(biglietto/bottom_right.gif) no-repeat 0 0;
}

.biglietto_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(biglietto/sizer.gif) no-repeat 0 0;
	cursor:se-resize;	
}

.biglietto_close {
	width: 14px;
	height: 14px;
	background: transparent url(biglietto/close.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	right:8px;
	cursor:pointer;
	z-index:2000;
}

.biglietto_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.biglietto_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
}
