/*
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 : 14-Jan-2014, 08:42:56
    Author     : Ariel
*/

#message { 
    display: inline-block;
    color: #2d2d2d; 
    text-align: center; 
    width: 262px;
} 
label {
    font-style: italic;
    margin: 4px 10px 0 0;
    width: 260px;
    float: left;
    text-align: left;
}
.txtName, .txtEmail, .txtCaptcha { 
    float: left;
    font-size: 11px;
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    cursor: pointer; 
    border: 1px solid #FFDAB9; 
    padding: 5px; 
    width: 250px;  
    margin-bottom: 10px;  
} 
textarea { 
    float: left;
    font-size: 11px;
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    cursor: pointer; 
    border: 1px solid #FFDAB9; 
    padding: 5px; 
    width: 250px; 
    margin-bottom: 10px; 
} 
.submit { 
    text-transform: uppercase;
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    font-size: 16px; 
    cursor: pointer; 
    border: 1px solid #FFDAB9; 
    padding: 2px; 
    margin-top: 10px; 
    width: 95px;
} 
.submitEna:hover { 
    font-family: Helvetica;
    background-color: #FFDAB9;  
    font-size: 16px; 
    cursor: pointer; 
    padding: 2px; 
    margin-top: 10px; 
} 
#error, #errorCaptcha {
    color: red;
}