.lightTip{
}

.lightTip .content{
    width: 460px; padding: 10px;
    border: 6px solid #e2e2e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #ffffff;
    color: #020202;
}
.lightTip .bottom{
    height: 14px;
    background: url(/images/front/shared/balloon/notch-white.png) top center no-repeat;
}
