/*
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 : 02-Jan-2014, 09:23:02
    Author     : Ariel
*/

#message { 
    margin: auto;
    width: 412px;
    color: #2d2d2d; 
    text-align: center; 
}  
label {
    //margin: 4px 10px 0 0;
    width: 412px;
    float: left;
    text-align: center;
}
.txtName, .txtEmail, .txtCaptcha, .captcha { 
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    cursor: pointer; 
    border: 1px solid #324a63; 
    padding: 5px; 
    width: 300px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    border-radius: 8px; 
    margin-top: 10px; 
    -moz-box-shadow: 5px 5px 5px #485f80; 
    -webkit-box-shadow: 5px 5px 5px #485f80; 
    box-shadow: 5px 5px 5px #485f80; 
} 
textarea { 
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    cursor: pointer; 
    border: 1px solid #324a63; 
    padding: 5px; 
    width: 400px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    border-radius: 8px; 
    margin-top: 10px; 
    -moz-box-shadow: 5px 5px 5px #485f80; 
    -webkit-box-shadow: 5px 5px 5px #485f80; 
    box-shadow: 5px 5px 5px #485f80; 
} 
.submit { 
    font-family: Helvetica;
    background-color: #fff; 
    color: #000; 
    font-size: 18px; 
    cursor: pointer; 
    border: 1px solid #324a63; 
    padding: 2px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    border-radius: 8px; 
    margin-top: 10px; 
    -moz-box-shadow: 5px 5px 5px #485f80; 
    -webkit-box-shadow: 5px 5px 5px #485f80; 
    box-shadow: 5px 5px 5px #485f80; 
    width: 75px;
} 
.submitEna:hover { 
    font-family: Helvetica;
    background-color: #5c5c64; 
    color: #fff; 
    font-size: 18px; 
    cursor: pointer; 
    padding: 2px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -khtml-border-radius: 8px; 
    border-radius: 8px; 
    margin-top: 10px; 
    -moz-box-shadow: 5px 5px 5px #485f80; 
    -webkit-box-shadow: 5px 5px 5px #485f80; 
    box-shadow: 5px 5px 5px #485f80; 
}
#error, #errorCaptcha {
    color: red;
}

#recaptcha_area, #recaptcha_table {
    margin: auto;
}