
body {
    background-image: url('img/background.png');
    background-repeat: repeat-x;
    background-color: #eaeaea;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.not-exist-page {
    top:25%;
    left:38%;
    position:fixed;
}

.black-border {
    border:  1px solid black; 
    width:100%;
}

.wrapper {
    width: 900px;
    position: relative;
    margin-top: 0xp;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px;
}

.iform table td {
    padding: 5px;
}

.iform .inp1 {
    width: 400px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 8px;
}

.iform .inp2 {
    background-image: url('img/button.png');
    background-repeat: repeat-x;
    background-color: #68beea;
    border: 1px solid #21a6ea;
    padding-top: 6px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 6px;
    border-radius: 5px;
    cursor: hand; cursor: pointer;
    font-weight: bold;
}

.iform .inp3 {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 8px;
}

.iform .req {
    color: red;
}

.iform textarea {
    width: 400px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 8px;
}

.iform .error {
    color: #ff0000;
    border: 1px solid #ff0000;
    background-color: #ffe3e3;
}

.iform .error2 {
    color: #ff0000;
}

.iform .pozadovane_reseni {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}

.catchpa .catchimg {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin-right: 15px;
    float: left;
}

.tab2 {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

.tab2 td {
    border: 1px solid #c0c0c0;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

.tab2 th {
    text-align: center;
    border: 1px solid #c0c0c0;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    background-image: url('img/button.png');
    background-repeat: repeat-x;
    background-color: #68beea;
}

.tab2 tr td {
    background-color: #ffffff;
}

.tab2 tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.hover td {
    background-color: yellow ! important;
}

.inp4 {
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 3px;
}


.tab3 {
    /*width: 50%;*/
    border-collapse: separate ! important;
}

.tab3 td {
    padding: 3px ! important;
    vertical-align: middle;
}

.inp9 {
    background-image: url("img/button.png");
    background-repeat: repeat-x;
    background-color: #68BEEA;
    border: 1px solid #21A6EA;
    padding: 6px 26px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.tab4 {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
}

.tab4 th {
    background-color: #c0c0c0;
    margin-right: 10px;
}

.tab4 td {
    padding: 3px;
    border: 1px solid #c0c0c0;
}

.tab4 .bck {
    background-color: #c0c0c0;
}