﻿.icon-tooltip-help{
    display:inline-block;
    *display: inline;
    *zoom:1;
    cursor:pointer;
    width:14px;
    height:14px;
    margin-left:5px;
    background:url(images/icon_help.png) no-repeat 0 0;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../css/blue/zh_CN/images/icon_help.png",enabled=true,sizingMethod=noscale);
}
.icon-tooltip-help span{display: none;}
.tip-tooltip-help-wrap{
    position: absolute;
    z-index:2000;
    color:#08C;
    width:240px;
    display:none;
}
.tip-tooltip-help-wrap .tip-tooltip-help-content{
    padding:5px;
    border:1px solid #99CFEB;
    background:#F4FAFD;
	color:#676767;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px;
	line-height:18px;
    min-height:36px;
}
.tip-direction{
    position: absolute;
    width:8px;
    height: 19px;
    overflow: hidden
}
.tip-direction span{
    height: 19px;
    width: 17px;
    font-family: Simsun;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
}
.tip-direction span.tip-corner-inner{color:#F4FAFD;z-index:2;}
.tip-direction span.tip-corner-outer{color:#99CFEB;z-index:1;}
.tip-direction-left{
    top:10px;
    left:-7px;
}
.tip-direction-left span.tip-corner-inner{
    left:1px;
}
.tip-direction-right{
    top:10px;
    right:-7px;
}
.tip-direction-right span.tip-corner-inner{
    right:1px;
}
.tip-direction-right span.tip-corner-outer{
    right:0;
}
.tip-direction-top{
    top: -8px;
    left: 50%;
    margin-left: -7px;
    width: 17px;
    height: 9px;
}
.tip-direction-top span.tip-corner-inner{
    top:1px;
}
.tip-direction-bottom{
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
    width: 17px;
    height: 9px;
}
.tip-direction-bottom span.tip-corner-inner{
    bottom:1px;
}
.tip-direction-bottom span.tip-corner-outer{
    bottom:0;
}

