.ilp_bubble  {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}

.ilp_bubble .ilp_bubble_content  {
	width:100%;
	color:#fff;
	font-size:11px;
	border:1px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	text-align: center;
}

.ilp_bubble .ilp_bubble_arrow {
	position:absolute;
	bottom:0;left:20px;
	width:15px; height:15px;
	z-index:5001;
}
.ilp_bubble .ilp_bubble_arrow_bottom {
	top:0;margin:-6px;
}

.ilp_bubble .ilp_bubble_arrow div {
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
}
.ilp_bubble .ilp_bubble_arrow_bottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.ilp_bubble .ilp_bubble_arrow .line10 {width:15px;border:none;} 
.ilp_bubble .ilp_bubble_arrow .line9 {width:13px;border:none;} 
.ilp_bubble .ilp_bubble_arrow .line8 {width:11px;} 
.ilp_bubble .ilp_bubble_arrow .line7 {width:9px;} 
.ilp_bubble .ilp_bubble_arrow .line6 {width:7px;} 
.ilp_bubble .ilp_bubble_arrow .line5 {width:5px;} 
.ilp_bubble .ilp_bubble_arrow .line4 {width:3px;} 
.ilp_bubble .ilp_bubble_arrow .line3 {
	width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;} 
.ilp_bubble .ilp_bubble_arrow .line2 {width:3px;border:none;background:#ddd;}
.ilp_bubble .ilp_bubble_arrow .line1 {width:1px;border:none;background:#ddd;}  




.green_popup .ilp_bubble_content  {
	background:#B0C534 url('../../../img/bubble_green.gif') repeat-x;
	height: 16px;
	padding: 2px 5px 0 5px;
}
.green_popup .ilp_bubble_content a {
	color: #B7CC31;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.purple_popup .ilp_bubble_content  {
	background:#B90E67 url('../../../img/bubble_purple.gif') repeat-x;
	height: 16px;
	padding: 2px 5px 0 5px;
}
.purple_popup .ilp_bubble_content a {
	color: #D83B8D;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

		
.green_popup .ilp_bubble_arrow div {
	background:#B7CC31;
}
.purple_popup .ilp_bubble_arrow div {
	background:#B90E67;
	color:#FFF;
}