.tip_cont p {
	color:#fff;

}
.tip_cont {
background:transparent url(/images/toolTip/back.png) repeat scroll 0 0;
padding:3px 3px 3px 3px;
}
.toolTip {
display:none;
position: absolute;
z-index: 100;
color:#E8DBB6;
}
.border {
background-color:#000000;
}
.top_r_tip {
background:transparent url(/images/toolTip/top_right.png) no-repeat scroll 0% 100%;
float:right;
height:6px;
margin-right:-6px;
margin-top:-6px;
width:6px;
}
.top_tip {
background:transparent url(/images/toolTip/top.png) repeat-x scroll 0 100%;
height:6px;
margin-top:-6px;
width:100%;
}
.top_l_tip {
background:transparent url(/images/toolTip/top_left.png) no-repeat scroll 100% 100%;
height:6px;
margin-left:-6px;
margin-top:-6px;
width:6px;
}
.left_tip {
background:transparent url(/images/toolTip/right.png) repeat-y scroll 100% 0;
clear:both;
height:100%;
margin-left:-6px;
padding-top:6px;
width:6px;
}
.bott_l_tip {
background:transparent url(/images/toolTip/bott_left.png) no-repeat scroll 100% 0%;
clear:both;
height:6px;
margin-bottom:-6px;
margin-left:-6px;
width:6px;
}
.bott_tip {
background:transparent url(/images/toolTip/bott.png) repeat-x scroll 0 0%;
height:6px;
margin-bottom:-6px;
width:100%;
}
.bott_r_tip {
background:transparent url(/images/toolTip/bott_right.png) no-repeat scroll 0% 0%;
float:right;
height:6px;
margin-bottom:-6px;
margin-right:-6px;
width:6px;
}
.right_tip {
background:transparent url(/images/toolTip/left.png) repeat-y scroll 0% 0;
height:100%;
margin-right:-6px;
padding-top:6px;
width:6px;
}
.pointer_tip {
background:transparent url(/images/toolTip/pointer.png) repeat-y scroll 0 0;
clear:both;
height:17px;
margin-left:60%;
position:relative;
width:21px;
z-index:11;
}
