
.infobulle{
    position: absolute;   
    visibility : hidden;
    width: 168px
}

.infobulle .start_b {
	background : url("infobull_start.png");
	height : 48px;
	width  : 26px;
	float : left;
}

.infobulle .bg_b {
	background : url("infobull_bg.png");
	height : 48px;
    font-size: 11px;
	color : #fefefe;
	float : left;
	line-height : 48px;
	padding-right : 14px;
}

.infobulle .end_b {
	background : url("infobull_end.png");
	height : 48px;
	width  : 12px;	
	float: left;
}

.i_bg {
	background: url('i-bg.png') repeat-y;
	width: 168px;
}
.i_top {
	background: url('i-top.png');
	width: 168px;
	height: 19px;
}
.i_bottom {
	background: url('i-bottom.png');
	width: 168px;
	height: 15px;
}
