/* Formular hotline */

#hotline table {border:0px; margin:auto;}
#hotline td {padding:0 5px 1px 0;}
#hotline input{width:100px;}
#hotline textarea{width: 300px;}
/* neaktivni objekt */
#hotline .input-normal {background:#E7E7E7; border:solid #fff 1px;}
#hotline input.krizek{width: 20px;}


/* aktivni objekt - jsem v nem kurzorem */
#hotline .input-click {background:#FFF; border:solid #2E3192 1px;}
/* button odeslat */
#hotline .input-submit, #hotline .input-submit-over {width:auto; background:url('picture/mask/arrow3.gif') 4px 6px no-repeat; background-color:#2E3192; border:0; color:#fff; cursor:pointer; padding:1px 4px 1px 12px;}
#hotline .input-submit-over {background-color:#7D7D7D;}
/* info po odeslani formulare */
#hotline div {margin:10px 20px 10px 20px; text-align: center; font-weight:bold;}
/* uspesne odeslani */
#hotline .succ-yes {color: #2E3192}
/* neuspesne odeslani */
#hotline .succ-no, #hotline .succ-fill {color: #2E3192}

