#sbook, #sform {
        width: 200px;
        height: 300px;
        overflow: auto;
        background-color: #eeeeee;
        border: solid 1px #000000;
        font-family: arial;
        font-size: small;
}

#sbook a {
        color: #000000;
        text-decoration: underline;
}

#sbook a:hover {
        text-decoration: none;
}

#sbook #hlavicka {
        background-color: #cccccc;
        border-bottom: solid 1px #000000;
        padding: 3px;
        font-weight: bold;
}

#sbook .zprava {
        border-bottom: solid 1px #000000;
        text-align: justify;
        padding: 3px;
}

#sbook #paticka {
        background-color: #cccccc;
        padding: 3px;
        text-align: center;
}