#easyTooltip {
    overflow: visible;
    position:relative;
    padding:10px 15px 10px 15px;

    color:#FFF;

    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    min-width:60px;
    text-shadow: 0 1px 1px #6f3a02;
    line-height:16px;
    z-index:100;

    border:1px solid #e6791c;
    border-bottom:1px solid #d86f15;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background: #f48423;
    background: -moz-linear-gradient(top, #ffdf9e, #f5b026 2%, #f48423);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd683), color-stop(.01, #f5b026), to(#f48423));

}

#easyTooltip:before {
    content:"\00a0";
    display:block;
    position:absolute;
    bottom:-16px;
    left:46px;
    width:0;
    height:0;
    border:8px solid transparent;
    border-top-color:#b25708;
}

#easyTooltip:after {
    content:"\00a0";
    display:block;
    position:absolute;
    bottom:-14px;
    left:47px;
    width:0;
    height:0;
    border:7px solid transparent;
    border-top-color:#f48423;
}
