






/*Form style*/

label {
    display: block;
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
}

.submit {
    background: #58a0b8;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float:right;
}

.submit:hover {
    background: white; color:#5bc2c0;
}

#capticha_img {
    padding-top: 10px;
    max-width: 200px;
}

#capticha {
    max-width: 200px;
}

#form1 div { position: relative;}


#form1 .text-input, #form1 textarea {
    font: 12px/20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 10px;
    display: block;
    width: 96%;
    padding: 2%;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



#form1 select {
    width: 100%;
    border: none;
    background: none;
}

.selectbox {
    width: 96%;
    padding: 1% 2%;
    background: #F0F0F0;
}

#form1 .text-input:hover, #form1 textarea:hover {
    border-color: #4a5254;
}

#form1 textarea {
    min-height: 106px;
    max-height: 350px;
    
    resize: none;
}

#status_message_ok, #status_message_error {
    background: #DCEBD0;
    border: 1px solid #B2C0A2;
    display: none;
    height: auto;

}

#status_message_ok strong, #status_message_error strong {
    font-size: 15px;
    display: inline-block;

}

#status_message_ok span, #status_message_error span {
    display: block;
    font-size: 13px;
    padding: 15px;
}

label.error {
    font-size: 10px;
    margin: 0;
    font-style: italic;
    padding: 4px 12px;
    display: block;
    background: #58a0b8;
    color: #fff;
    position: absolute; right: 0; bottom: 0;
}

input.error, textarea.error {
    border-color: #58a0b8 !important;
}


span.info {
    font-size: 10px;
    color: #9E9E9E;
    display: inline-block;
    margin: 20px 0
}
