/* formulare */

form {
    color: rgb(50, 50, 50);
}

fieldset {
    border: none;
}

input, textarea, select {    
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 4px;
    border: 1px solid rgb(200, 200, 200);
}

select {
    padding-bottom: 0px;
}

option {
    padding: 2px 2px 2px 4px;
}

label {      
    margin-left: 4px;
}      

input.submit:hover {
    color: #FF812D;
}

.registerForm input {
    width: 200px;
}

.registerForm select {
    width: 208px;
}

.registerForm textarea {
    width: 95%;
    height: 169px;
}

.registerForm input[type=checkbox] {
    width: auto;
}

.registerForm label {
      color: rgb(41, 170, 96); 
      font-weight: bold;
}

.registerForm input.antispam {
    width: 100px;
}

.registerForm input[type=submit], .juryForm input[type=submit] {
    width: 210px;
    font-size: 12px;
    margin-left: 15px;
    background: url('../../images/bg-menu.png') repeat-x 0 0;
}

.registerForm input[type=submit]:hover, .juryForm input[type=submit]:hover {
    cursor: pointer;
    background-position: 0 -42px;
}

.voteForm input[type=submit] {
    width: 204px;
    height: 80px;    
    margin: 0;
    padding: 0;    
    background: url('../../images/buttons.png') no-repeat 0 0;    
    border: none;
    color: white;
    font-size: 0px;
    font-weight: bolder;        
}

.voteForm input[type=submit]:hover {
    cursor: pointer;
}

.juryForm textarea {
    width: 69%;
}

.juryForm label {
    margin-right: 10px;
}

.juryForm select {
    width: 80px;
}

.juryForm input[type=submit] {
    width: 120px;
}

.voteForm2 input {
    width: 170px;        
    margin-bottom: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.voteForm2 input[type=submit] {
    width: 180px;
    height: 30px;
    color: white;
    font-weight: bold;
    background: rgb(150, 14, 45);
}

.voteForm2 input[type=submit]:hover {
    cursor: pointer;
}

.voteForm2 span.errors {
    display: block;        
    margin-bottom: 5px;
    padding-left: 5px;
    color: red;
}



