/* 

      Form check
      CSS file
      author: Radovan Čapek

*/


/* =========== BASIC DEFINITON ============= */
.report_bubble {
    min-width: 100px;
    _width: 100px;
    z-index: 2000;
    position: absolute;
}

.report_bubble .rb_content {
    min-height: 16px;
    _height: 16px;
    border: 1px solid #ff0000;
    border-left: 8px solid #ff0000;
    background-color: #FEFACB;
    font: 11px Arial;
    color: #242424;
    line-height: 16px;
    padding: 2px 4px;
}

.report_bubble .rb_bottom {
    position: relative;
    width: 25px;
    height: 15px;
    top: -1px;
    left: 10px;
    background: transparent url('../img/report_bottom_part.gif') no-repeat;
}