/*
    Document   : contact
    Created on : 26 mai 2009, 12:32:44
    Author     : Johan
    Description:
        Purpose of the stylesheet follows.
*/

.form_post_pannel {
    color:          #57656E;
    font-size:      11px;
    line-height:    13px;
    padding-left:   65px;
    padding-top:    20px;
    float:          left;
    width:          390px;
    letter-spacing: 0.05em;
}

.form_post_pannel h2{
    color:          #680C61;
    font-family:    Arial,Helvetica,sans-serif;
    font-size:      12px;
    font-weight:    bold;
    padding-bottom: 15px;
    padding-top:    15px;
    vertical-align: top;
}

.form_post_pannel h3{
    color:          #680C61;
    font-family:    Arial,Helvetica,sans-serif;
    font-size:      11px;
    font-weight:    bold;
    vertical-align: top;
}

.form_post_pannel p {
    padding:        7px 0;
}

.form_post_pannel #btn_send {
    top:            200px;
    left:           150px;
    border:         1px solid red;
    width:          80px;
    height:         13px;
}

.form_post_pannel .form_field {
    height:         23px;
}

.form_post_pannel .form_field2 {
    height:         27px;
}
.form_post_pannel .form_field label {
    display:        block;
    float:          left;
    width:          80px;
}

.form_post_pannel .form_field2 label {
    display:        block;
    float:          left;
    width:          150px;
}

.form_post_pannel .form_field input.text, textarea {

    font-family:    Arial,Helvetica,sans-serif;
    font-size:      10px;
}

.form_post_pannel .form_field2 input.text, textarea {
    /* position:       absolute;*/
    left:           220px;
    width:          200px;
    font-family:    Arial,Helvetica,sans-serif;
    font-size:      10px;
}

.form_post_pannel textarea {
    left:           50px;
    top:            30px;
    height:         130px;
}

.detail_ref {

    color:          #57656e;
    font-weight:    bold;
    font-size:      12px;
    text-transform: uppercase;
    padding:        2px;
    border-bottom:  1px solid #cac0c2;
    width:          290px;
}

p.warning {
    color:          #680C61;
    line-height:    15px;
    margin:         20px 0;
}
