.webui-popover{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    display:none;
    width:240px;
    min-height:32px;
    padding:8px 13px;
    margin-top: 10px;
    background-color: #2687ca;
    color: #fff;
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,.5);
    box-shadow: 0px 3px 10px rgba(0,0,0,.5);
}
.webui-popover .title{
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin: 0 0 7px;
}
.webui-popover .title:before{
    content: '';
    position: absolute;
    left:0;
    background: url(../img/sprite.png) right bottom no-repeat;
}
.webui-popover .title.first:before{
    width: 19px;
    height: 14px;
    background-position: -371px -1px;
}
.webui-popover .title.second:before{
    width: 18px;
    height: 18px;
    background-position: -392px 0px;
    top: -1px;
}
.webui-popover-content{
    font-size: 12px;
    line-height: 16px;
}
.webui-popover-content p{
    margin: 5px 0;
}
.webui-popover-content a{
    color: #fff;
}