
/* CSS: mod_form_main*/
/* nejkratsi INPUT */
input.mod_form_input_tiny, select.mod_form_input_tiny, textarea.mod_form_input_tiny {
 width:80px;
 border: 1px solid #ccc;
}

/* KRATSI INPUT */
input.mod_form_input_small, select.mod_form_input_small, textarea.mod_form_input_small {
 width:150px;
 border: 1px solid #ccc;
}

/* Prostredni INPUT */
input.mod_form_input_medium, select.mod_form_input_medium, textarea.mod_form_input_medium {
 width:250px;
 border: 1px solid #ccc;
}

/* DELSI INPUT */
input.mod_form_input_big, select.mod_form_input_big, textarea.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}
