﻿#exform form label {
    color: #333333;
    display: inline;
    font-size: 1em;
    margin: auto;
}

#exform #content_main {
    color: #333;
}

    #exform #content_main p,
    #exform #content_main ul,
    #exform #content_main textarea {
        font-family: Arial,Helvetica,sans-serif;
    }

    #exform #content_main textarea {
        font-size: 0.9em;
    }

#exform h2 {
    /*color: #C00;*/
    color: black;
    font-size: 1.3em;
    margin-bottom: 1em;
    margin-top: 2em;
}


#exform .field {
    margin-bottom: 1.5em;
    overflow: hidden;
    color: #333;
}

    #exform .field input,
    #exform .field textarea {
        display: block;
        padding: 2px 3px;
        border: 1px solid #666;
        margin-top: 2px;
    }

    #exform .field strong,
    #exform .aster {
        color: #C00;
        font-weight: bold;
        font-size: 1.3em;
        line-height: 0.5em;
    }


#exform .col1_input {
    margin-bottom: 1em;
}


    #exform .col1_input input,
    #exform .col1_input textarea {
        width: 710px;
    }

.col2_input .col {
    float: left;
    width: 350px;
    margin-right: 20px;
}

    .col2_input .col input {
        width: 340px;
    }

.col3_input .col {
    float: left;
    margin-right: 17px;
}


#exform .col3_input input {
    width: 220px;
}


#exform .final {
    margin-right: 0;
}


#exform table {
    width: auto;
    border-spacing: 0;
    display: block;
}

    #exform table td,
    #exform table th {
        background: transparent;
        color: #333;
        padding: 0 10px 5px 0;
    }

#exform .input_min {
    width: 50px;
    padding: 2px 3px;
    border: 1px solid #666;
    margin-right: 10px;
}

#exform .li_checks {
    list-style: none;
    overflow: hidden;
    color: #333;
}

    #exform .li_checks li {
        width: 300px;
        float: left;
        background: none;
        padding: 0;
        margin-bottom: 0.5em;
    }

#exform .inline_radios {
    margin-bottom: 1em;
}

    #exform .inline_radios p {
        margin-bottom: 0.5em;
        font-family: Arial,Helvetica,sans-serif;
    }

    #exform .inline_radios label {
        margin-right: 20px;
    }

#exform #botons {
    border-top: 1px dotted #999;
    padding-top: 10px;
    text-align: center;
}
