/* 
    Document   : formulario-de-contato
    Created on : 29/06/2009, 22:22:59
    Author     : joao de magalhaes / Jotacweb.com.br
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.formcontato fieldset {
margin-top: 15px;
margin-bottom: 30px;
padding: 8px;
border: solid #efefef 2px;
width: 350px;
height: 1%;
display: inline;
}

.formcontato legend {
font: bold 16px Verdana, Arial, Tahoma, sans-serif;
}

.formcontato label {
font: 12px Verdana, Arial, Tahoma, sans-serif;
color: #2C3A94;
display: block;
padding-bottom: 5px;
}

.formcontato label input {
width: 340px;
}

.formcontato textarea {
width: 340px;
margin-bottom: 8px;
}

.formcontato form {
float: left;
}

.erroContato {
padding: 6px;
font-weight: bold;
color: red;
font-size: small;
}

