
/* Stilizovanje forme za akreditaciju */

.form-wrapper { border: 1px solid #fff; background: #fff url(../img/b_input_div.gif) no-repeat; padding-top: 30px; margin-top: -10px; }
.form-wrapper .legend { display: block; width: 25em; font-weight: bold; background: url(../img/b_required_b_gray.gif) no-repeat 20px center; padding: 5px 0 5px 45px; text-align: left; }
.form-wrapper h3 { margin: 20px 0 10px 0; }
.form-wrapper .input { margin: 0 0 10px 0; padding: 5px 0 5px 20px; }
.form-wrapper .input label { display: block; width: 200px; float: left; line-height: 1.7em; }
.form-wrapper .input input { border: 1px solid #c2c2c2; background-color: #fff; width: 200px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.form-wrapper .input input:focus { border-color: #666; }
.form-wrapper .input #AccreditationFile { width: 250px; }
html:not([lang*=""]):not(:only-child) .form-wrapper .input #AccreditationFile { margin-left: 20px; } /* gecko only */
.form-wrapper .input .required { background: #fff url(../img/b_required.gif) no-repeat right center; width: 250px; }
.form-wrapper .input .required:focus { background-image: url(../img/b_required_h.gif); }
.form-wrapper p, .form-wrapper .submit { padding: 0 20px; }
.form-wrapper .submit { padding-bottom: 30px; background: #fff url(../img/b_input_div.gif) no-repeat bottom; }
.form-wrapper .submit input { overflow: visible; padding: 0 5px; height: 25px; margin-left: 200px; background-color: #fff; border: 1px solid #c2c2c2; font: bold 15px 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: -1px; color: #666; }
.form-wrapper .submit input:hover { cursor: pointer; background-color: #435d83; color: #fff; }
.form-wrapper h3 { background: url(../img/b_input_title.gif) no-repeat; margin-left: 20px; margin-right: 20px; padding: 5px 0 15px 20px; }
.main-block .form-wrapper .input textarea { border: 1px solid #c2c2c2; background-position: right top; width: 250px; height: 100px; overflow: auto; }
.form-wrapper .input .error-message { clear: left; padding-left: 200px; font-weight: bold; color: #002157; letter-spacing: -1px; }