/* 
    Document    : ordkeza.css
    Created on  : 12.2.2011, 12:15:00
    Author      : Mráz Miroslav
    Description : Styl pro pouze pro stránku ordkeza.php
*/

@import url("style.css"); /* Načtení společných stylů */
@import url("login.css"); /* Načtení společných stylů */


/* OBJEDNAT KEZA  */
div#register {
    margin-bottom: 15px;
}
div#reg_popis {
    margin-left: 295px; 
}
div#reg_popis p {
    /*width: 435px;*/
    margin-right: 10px;
    text-align: justify;
    line-height: 130%;    
}
h1#registernadpis {
    margin-bottom: 8px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    color: #95B90F;
}
td h1.registernadpis2 {
    padding-top: 15px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    color: #95B90F;
}
hr#regcara {
    margin: 0; padding: 0;
    height: 2px;
    margin-top: 20px; margin-bottom: 20px;
    color: #F6A800;
    background-color: #F6A800;
    border: 0;
}

div#reg_form {
   margin-top: 20px; 
   border-top: 2px solid #F6A800
}
form#frm_registruj {
   margin-left: 74px;
}
table td.popiska_registruj {
    height: 22px;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 22px;
    text-align: right;    
    font-weight: bold;    
    color: #808080;
}
table td.popiska_registruj .reg_red, .reg_red {
    color: red;
    font-weight: bold;
}
span.vzorpol1 {
    margin-left: 20px;
    /*color: #FF9A34;*/
    color: #808080;
}
span.vzorpol2 {
    color: #FF9A34;
}
td#hvezdicka {
    text-align: right;
    font-size: 0.8em;
}
table tr#radekpr1 {
    height: 10px;
}
input.textpol1 {
   width: 141px; height: 26px;
   line-height: 22px;
   font-size: 1.2em;
   background: url(./img/box143x26.jpg) no-repeat;
   border: 1px solid gray;
}
input.textpol2 {
   width: 286px; height: 26px;
   line-height: 22px;
   font-size: 1.2em;
   background: #EFEFEF url(./img/box286x26.jpg) no-repeat;
   border: 1px solid gray;   
}
input#checkpol {
   position: relative;
   top: 1px;
}
table#regtable td select.selpol1 {
   width: 100px; height: 26px;   
   font-size: 1.2em;
   background: url(./img/box143x26.jpg) no-repeat;
   border: 1px solid gray;
}
table#regtable td select.selpol2 {
   width: 170px; height: 26px;
   font-size: 1.2em;
   background: url(./img/box170x26.jpg) no-repeat;
   border: 1px solid gray;
}
table#regtable td textarea.area1 {
   width: 286px; height: 78px;
   font-size: 1.2em;
   background: url(./img/box286x80.jpg) no-repeat;
   border: 1px solid gray;   
}
td.popiska_registruj a:link, td.popiska_registruj a:visited  {
    color: #808080;
}
td.popiska_registruj a:hover  {
    color: #4D4D4D;
}

h1#errreg {
    margin-left: 296px; margin-top: 20px;
    font-family: Verdana, "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #CC071C;
}
/*  KONEC OBJEDNAT KEZA  */