/* 
    Document   : forms.php
    Created on : 30/03/2010, 21:19:26
    Author     : kurko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.curriculos form div.input {
    margin: 0 0 7px 30px;
    display: table;
}

.curriculos form textarea {
    height: 120px;
    width: 450px;
    color: #03235f;
}

.curriculos form select {
    color: #03235f;
    height: 30px;
    font-size: 1.2em;
}

.curriculos span.obrigatorio {
    color: red;
    font-size: 1.6em;
    line-height: 0px;
}

.curriculos div.divisor {
    height: 1px;
    font-size: 0px;
    background: #dddddd;
    margin: 10px 30px 10px 30px;
}

.curriculos div.empresa {
    width: 670px;
    line-height: 1em;
    padding: 30px 0px;
    margin: 0 0px 0 30px;
    background: #fafafa;
    display: block;
    position: relative;
}

.curriculos p {
    margin: 15px 0 15px 30px;
}


.curriculos .input_text input {
    width: 300px;
    color: #03235f;
    height: 30px;
    font-size: 1.5em;
}

.curriculos div.input_cidade { float: left; }
    .curriculos div.input_cidade input { width: 255px; }

.curriculos form div.input.input_estado { float: left; margin: 0 0 0 5px; padding: 0; }
    .curriculos div.input_estado input { width: 40px;  }

.curriculos span.input_after {
    margin: 3px 0 15px 0;
    font-style: italic;
    color: #999999;
    display: block;
}

.curriculos .input_validation_error {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

.form_validation_error {
    background: #b90c0c;
    padding: 30px;
    color: white;
    display: block;
}

    .form_validation_error p {
        color: white;
        font-size: 1.4em;
        margin: 0;
        margin-bottom: 0;
        display: block;
        font-weight: bold;
    }
