

/* Normal styling */
.cb {
	margin:0.5em auto;
	
}

.cb_popupTree {
	position:absolute;
	z-index:1000;
}



.body .i3{
	padding:20px 50px 20px 50px;
	/*margin:0 20px;*/
}

.cb_popupTree .i3{
	padding:0px 0px 0px 5px;
	background:#fff;
}

	/* Top corners and border */
.bt {
	height:20px;
	margin:0 0px 0 18px;
	background:url(../../images/box/popupTree_box.png) no-repeat 100% 0;
}

.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:20px;
	background:url(../../images/box/popupTree_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:15px;
	margin:0 0px 0 24px;
	
	background:url(../../images/box/popupTree_box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-20px;
	width:20px;
	height:15px;
	background:url(../../images/box/popupTree_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 8px;
	background:url(../../images/box/popupTree_borders.png) repeat-y 0 0;
	margin:0;
}
	/* Right border */
.i2 {
	padding:0 8px 0 0;
	background:url(../../images/box/popupTree_borders.png) repeat-y 100% 0;
	margin:0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	
	
	
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.i3 {display:inline-block;}
.i3 {display:block;}
