    #napoveda {
        position: absolute;
        left:540px;
        top:430px;
        width:350px;
        font-family:"Tahoma";
        font-size: 80%;
        background-color:#f0f5FF;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        border: 1px solid #000;
        z-index: 50;
    }
    .lista{
        background-color:#5588bb;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        padding:3px 5px 5px;
        text-align:center;
        font-weight:bold;
        color: #FFFFFF;
        vertical-align:middle;
        cursor: move;
    }
    .napoveda-obsah {
        padding:10px;
    }
    .napoveda-zavri{
        background: url("../images/cancel.gif") no-repeat transparent;
        width:15px !important;
        height:15px !important;
        cursor:pointer;
        float:right;
    }
    .napoveda-zavri:hover{
        color:lightgrey;
    }
    
    .napoveda-ukaz {
        cursor: pointer;
        width:70px !important;
        height:16px;
        float:right;
        background: url("../images/help-mini.png") no-repeat center right;
        text-decoration:underline;
    }
    .napoveda-ukaz img {
        float:right;
        padding-top:1px;
    }
