body {
    background-color:#FFF;
    width:900px;
    margin-left: auto;
    margin-right: auto;
}

canvas {
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#controls {
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

#zid {
    width: 50px;
    float: left;  
}

#sablona {
    width: 50px;
    float: right;
}

#sablone {
    background-color:#F8F8F8;
    overflow: auto;
    padding: 5px;
    height:300px;
}

.sablone_container {
    background-color:#F8F8F8;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:780px;
    padding: 10px;
}

.noHTML5 {
    font: bold 12pt Verdana;
    color:#339966;
    text-align:center;
}

.hand {
    cursor:pointer;
}
