.signature
{
    /* Pandas: omezeni vysky podpisu */
    max-height: 205px;
    _height: expression(this.scrollHeight > 205? "205px" : "auto" );
}
