<!--

div.content table {
    margin: 10px 0 0 0;
    background-color: #fff;
    padding: 0;
    border: 0;
    }
div.content table td {
    border-bottom: 0;
    padding: 0;
    }
div.content table td table, div.content div.formular table {
     background-color:transparent;
     border:1px solid #DFE0D2;
     margin:5px 0;
    }
div.content div.formular table {
    background-color:#F9F8F3;
    }    
div.content table td table td, div.content div.formular table td {
    border-bottom:1px solid #E0E0D6;
    padding: 5px 10px;
    }
div.content table td table th, div.content div.formular table th {
    border-right:none;
    } 
div.content div.formular table td.last {
    border-bottom: none;
    }
div.box {
    margin-top:50px;
    }
div.box .red_button_wrapper {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    }
div.box .red_button_wrapper input {
    width: 100px;
    #margin-left: 50px;
    _margin-left: 50px;
    }
.combobox {
    margin-top: 15px;
    }
div.content div.combobox p {
    margin-bottom: 5px;
    }
.combobox select {
    font-size: 11px;
    width: 100%;
    }         
       

.podekovani {
    width: 95%;
    color: #333;
    border: 1px solid #E1DCDF;
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    }
    
.error {
    width: 95%;
    color: #BF0E16;
    border: 1px solid #E1DCDF;
    background-color: #F5F5F5;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    }     

-->