/* CSS Document */
.balloon {
	position:absolute;
	visibility:hidden;
	padding:5px;
	border:#6C2B2F solid 2px;
	background-color:#ffffff;
	z-index:1000;
}
.balloon_corner_tl {
	position:absolute;
	font-size:1px;
	height:7px;
	width:7px;
	top:-2px;
	left:-2px;
	background:url(../images/balloon_red_tl.gif) #ffffff top no-repeat;
}
.balloon_corner_tr {
	position:absolute;
	font-size:1px;
	height:7px;
	width:7px;
	top:-2px;
	right:-2px;
	background:url(../images/balloon_red_tr.gif) #ffffff top no-repeat;
}
.balloon_corner_br {
	position:absolute;
	font-size:1px;
	height:7px;
	width:7px;
	bottom:-2px;
	right:-2px;
	background:url(../images/balloon_red_br.gif) #ffffff top no-repeat;
}
.balloon_corner_bl {
	position:absolute;
	font-size:1px;
	height:7px;
	width:7px;
	bottom:-2px;
	left:-2px;
	background:url(../images/balloon_red_bl.gif) #ffffff top no-repeat;
}
.ballon_point_bldl {
	position:absolute;
	width:40px;
	left:-2px;
	bottom:-30px;
	height:35px;
	background:url(../images/balloon_red_pointer_bldl.gif) top no-repeat;
}
.ballon_point_tlul {
	position:absolute;
	width:40px;
	left:-2px;
	top:-30px;
	height:35px;
	background:url(../images/balloon_red_pointer_tlul.gif) top no-repeat;
}
.ballon_point_lbd {
	position:absolute;
	width:35px;
	left:-30px;
	bottom:-12px;
	height:35px;
	background:url(../images/balloon_red_pointer_lbd.gif) top no-repeat;
}
.ballon_point_ltd {
	position:absolute;
	width:35px;
	left:-30px;
	top:-2px;
	height:45px;
	background:url(../images/balloon_red_pointer_ltd.gif) top no-repeat;
}

