/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/01/2014, 16:56:52
    Author     : victor
*/

.contact_contato h2 {
    color: #0F3053;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.contact_contato h2 a, 
.contact_contato h2 a:hover {
    color: #0F3053;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
}
/*FORMULÁRIO DE CONTATO*/
.contact_contato h3{
    display: none;
}
.contact_contato fieldset{
    border: none;
    padding: 0;    
}
.contact_contato legend {
    color: #0F3053;
    font-size: 14px;
    height: auto;
    padding: 0;
}
.contact_contato dd{
    margin: 0;
}

.contact_contato input, .contact_contato textarea {
    margin: 0;
    width: 100%;
}
.contact_contato .copia label{
    position: relative;
    float: left;
}
.contact_contato .copia input{
    position: relative;
    float: left;
    width: 35px;
}

.contact_contato .button {
    color: #333;
background: #FEFEFE;
border: 1px solid #ADADAD;
    cursor: pointer;
    float: left;
    margin-left: 255px;
    padding: 3px 12px;
    position: relative;
    
    -webkit-box-shadow:inset 0 3px 5px 0 rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px 0 rgba(0,0,0,0.125);
-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
}
.contact_contato #jform_contact_email_copy-lbl {
    float: left;
    margin-right: 4px;
    position: relative;
}
.contact_contato #jform_contact_email_copy {
    float: left;
    position: relative;
    width: 15px;
    margin-top: 4px;
}

.contact_contato .erro {
    color: #C41B21;
    display: block;
    margin: 3px 0 12px;
}
.erro_input{
    border: 1px solid #C41B21 !important;
}
.erro_label{
    color: #C41B21 !important;
}
#contact-form {
width: 560px;
}