﻿#barra
{
    height: 100px;
    width: 100%;
    background: url(../../Images/Background/barra_bg.png) repeat-x left top;
}

#barra .contact_bar
{
    margin: 0 auto;
    width: 900px;
}

#barra .contact_bar h1
{
    float: left;
    font-size: 36px;
    font-weight: normal;
    margin: 25px 35px 0 0;
    text-transform: uppercase;
}

#barra .contact_bar p
{
    float: left;
    font-size: 18px;
    font-style: italic;
    margin: 35px 0 0;
}

#content_text
{
    margin: 0 auto;
    width: 900px;
    font-size: 14px;
    color: #584D4D;
    padding: 20px 0 20px 0px;
}

#content_text p
{
    font-size: 14px;
    color: #584D4D;
    margin-bottom: 20px;
}

#contactLeft
{
    background: url(../../Images/Background/shadowContact.png) no-repeat right center;
    width: 450px;
    float: left;
    /*height: 580px;*/
    height: auto;
    margin-bottom: 30px;
}

#contactLeft input[type="text"]
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C0C0;
    color: #584D4D;
    font-size: 14px;
    height: 30px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 2px;
    width: 312px;
    margin-top: 10px;
}

#contactLeft input[type="file"]
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C0C0;
    color: #584D4D;
    font-size: 14px;
    height: auto;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 2px;
    width: auto;
    margin-top: 10px;
}

#contactLeft select
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C0C0;
    color: #584D4D;
    font-size: 14px;
    height: 35px;
    margin-bottom: 15px;
    padding: 6px;
    width: 321px;
    margin-top: 10px;
    line-height: 30px;
}

#contactLeft textarea
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #C2C0C0;
    color: #584D4D;
    font-size: 14px;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-top: 2px;
    width: 321px;
    margin-top: 10px;
}

#curriculumItem
{
    display: none;
}

#curriculumItemShow
{
    display: block;
}

#contactbutton
{
    background: none repeat scroll 0 0 #4B993F;
    border: 1px solid #2A774C;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    padding: 10px;
    text-decoration: none;
}

#contactbutton:hover
{
    background: none repeat scroll 0 0 #4B993F;
}

#contactLeft input.input-validation-error[type="text"], #contactLeft textarea.input-validation-error, input.input-validation-error[type="file"]
{
    border-color: #FF0000;
    background-color: #FFEEEE;
}

#contactLeft select.validations
{
    border-color: #FF0000;
    background-color: #FFEEEE;
}

#contactLeft input[type="file"].validations
{
    border-color: #FF0000;
    background-color: #FFEEEE;
}

#contactRight
{
    float: right;
    width: 350px;
    height: 580px;
}

#contactRight div
{
    line-height: 21px;
    margin-bottom: 18px;
}

#contactRight div .map
{
}