#priletodlet {
    background: #222;
    width: 660px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    }
#priletodlet .cornerTL {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("/img/corner_TL.gif") no-repeat;
    top: 0;
    left: 0;
  	font-size: 0;
	line-height: 0;
    }
#priletodlet .cornerTR {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("/img/corner_TR.gif") no-repeat;
    top: 0;
    right: 0;
   	font-size: 0;
	line-height: 0;
    }
#priletodlet .cornerBL {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("/img/corner_BL.gif") no-repeat;
    bottom: 0;
    left: 0;
  	font-size: 0;
	line-height: 0;
    }
#priletodlet .cornerBR {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("/img/corner_BR.gif") no-repeat;
    bottom: 0;
    right: 0;
   	font-size: 0;
	line-height: 0; 
    }        

#priletodlet table {
    border-collapse: collapse;
    border: none;
    background: #000;
    width: 660px;
    margin: 0;    
    }
#priletodlet table th {
    border: none;
    color: #fff;
    background: #1F2F3F;
    padding: 5px 5px 10px 5px;
    vertical-align: top;
    font-weight: normal;
    }
#priletodlet table th a {
    color: #fff;
    }
#priletodlet table th a:hover {
    color: #eee;
    }
#priletodlet table th.header_end {
    border-bottom: 2px solid #fff;
    }    
#priletodlet table td {
    border: none;
    padding: 4px 5px;
    vertical-align: middle;
    background: #000;
/*    color: #DAD4A2;*/
    color: #fff;
    border-bottom: 1px solid #3C3C3C;
    }
#priletodlet table td img {
    border: none;
    vertical-align: middle;
    margin: 0 0 1px 0;
    }
#priletodlet table th input {
    border: none;
    background: #fff;
    width: 180px;
    height: 16px;
    }
#priletodlet table th select {
    font-size: 11px;
    }
#priletodlet table td .radio {
    width: 18px;
    height: 12px;
    background: none;
    vertical-align: middle;
    }
#newsletter table td .btn {
    width: 150px;
    height: 18px;
    background: #EAEFF3;
    margin: 10px 0;
    color: #B50038;
    font-weight: bold;   
    }
#priletodlet table .titul {
    border-collapse: collapse;
    border: none;
    width: 200px;
    }
#newsletter table .titul td {
    text-align: left;
    }
#priletodlet table .jazyky {
    margin: 10px 0;
    border-collapse: collapse;
    border: none;
    width: 80%;
    }
#priletodlet table .jazyky td {
    text-align: left;
    } 
#priletodlet table .zajem {
    margin: 10px 0;
    border-collapse: collapse;
    border: none;
    }
#priletodlet table .zajem td {
    text-align: left;
    }

#priletodlet table td.tblnavig {
    padding: 0;
    border: 0;
    height: 29px;
    vertical-align: top;
    background: #222;
    }
#priletodlet table td.valignM {
    vertical-align: middle;
    text-align: right;
    color: #999;
    font-size: 85%;
    padding-right: 10px;
    }
#priletodlet table td.valignM span {
    color: #fff;
    font-weight: bold;
    }
#priletodlet table div.active {
    background-color: #1F2F3F;
    float: left;
    margin: 0 4px 0 0;
    padding: 5px 20px 9px 10px;
    color: #fff;
    font-weight: bold;
    }
#priletodlet table div.active img, #priletodlet table div.non-active img {
    margin-right: 5px;
    }
#priletodlet table div.non-active {
    float: left;
    margin: 0 4px 0 0;
    padding: 5px 20px 5px 10px;
    color: #DAD4A2;
    background: #333;
    }
#priletodlet table div.non-active a {
    color: #fff;
    }
#priletodlet table div.non-active a:hover {
    color: #eee;
    }