
/* CSS: mod_form_main*/
/* nejkratsi INPUT */
input.mod_form_input_tiny, select.mod_form_input_tiny {
 width:80px;
 border: 1px solid #ccc;
}

/* KRATSI INPUT */
input.mod_form_input_small, select.mod_form_input_small {
 width:150px;
 border: 1px solid #ccc;
}

/* Prostredni INPUT */
input.mod_form_input_medium, select.mod_form_input_medium {
 width:250px;
 border: 1px solid #ccc;
}

/* DELSI INPUT */
input.mod_form_input_big, select.mod_form_input_big {
 width:400px;
 border: 1px solid #ccc;
}

/* FORMULARE */
input, select, textarea {font-size: 100%;font-family: Verdana, "Trebuchet MS", "Geneva CE", lucida, sans-serif;margin: 0 0 5px 0}
input {margin: 0 0 5px 0;padding:3px;}
textarea {border: 1px solid #ccc}
form {margin: 0 0 20px 0;padding:10px 0 0 0}
fieldset {border: 1px solid #ccc; padding: 10px}
legend {font-weight:normal; background:#ccc;padding:2px 6px;margin:0 0 10px 0;color:#fff}
input.form_submit,input#b_odeslat,input#b_send{border: 0;background: #666;cursor: pointer;width:auto;overflow:visible;color:#fff}
table input {margin:0 5px 0 0}
/* FORMULARE - hlasky */

/* CHYBOVE HLASKY */

/* Text hlasky pokud byl prekorcen povoleny pocet odeslani formulare (pouze pokud je omezeni a text zadany)*/
p.mod_form_count_warning,

/* Text chyb, ktere se zobrazi pokud formular nebyl korektne vyplneny */
p.mod_form_errs {
  background:#eee none repeat scroll 0 0;
  border:5px solid #aaa;
  font-weight:bold;
  line-height:170%;
  padding:10px 15px;
}

/* Tabulka s overenim zadanych dat */
table.mod_form_ver_table {}

/* Td s popisem zadane hodnoty */
td.mod_form_ver_title {
  padding: 3px 6px;
  font-weight: bold;
}

/* Td se zadanou hodnotou */
td.mod_form_ver_value {
  padding-left: 15px;
}

/* formular s overenim zadanych dat */
form#mod_form_ver_form {} 
form#mod_form_ver_form fieldset {padding-bottom: 15px;}

/* container captcha nesmyslu */
div.mod_form_captcha {
  border: 1px solid #ccc;
  font-size: 85%;
  padding: 10px 10px 0;
}

/* input s kodem */
input.mod_form_captcha_text {padding: 2px;margin: 0 0 0 5px !important;}

/* tlacitko pro novy kod */
input.mod_form_captcha_regen {display: block;}

/* obrazek captcha */
img.captchapict {margin-bottom: 5px;}

/* tlacitko pro odeslani ke kontrole */
input.mod_form_ver_submit{margin-right: 10px;position:relative; top: 10px;}
input.mod_form_ver_back{position: relative; top: 10px;}
