/*Autor:     Paioldesign Comunicação Interativa
  Data:      
  Cliente:    
*/

/*form contact style
-------------------------------------*/
form {

}

.label-contato, .input-form, textarea, textarea {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000;
float:left;
width:120px;
font-weight:100;
}

.input-form {
width:250px;
margin-bottom:5px;
background:none;
border-top:none;
border-right:none;
border-bottom:#000 dotted 1px;
border-left:none;
}

textarea {
border:#000 dotted 1px;
width:250px;
height:150px;
margin-bottom:5px;
background:none;
overflow:hidden;
}


/*.input-form:focus, textarea:focus {
background:#fff;
opacity:0.40;
-moz-opacity: 0.40;
filter: alpha(opacity=40);
}*/

#submit-botao {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000;
margin-left:120px;
width:90px;
height:30px;
margin-top:10px;
cursor:pointer;
}





