#sbook, #sform {
        width: inherit;
        height: 582px;
        overflow: auto;
        background-color: #eeeeee;
        -moz-border-radius:10px;
        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;
		margin-top:32px;
	
}
