@import url("geral.css");

#meio{
float:left;
width:700px;
}

#titulo_secundaria{
float:left;
background-image:url(../img/titulo_secundaria.jpg);
width:687px;
height:22px;
font-size:14px;
text-transform:uppercase;
font-weight:bold;
padding-left:10px;
padding-top:5px;
margin-bottom:5px;
}

#contato{
float:left;
width:450px;
}

#foto_contato{
float:left;
width:227px;
margin-left:20px;
}

input{
width:440px;
border-left:#999999 10px solid;
border-bottom:#999999 5px solid;
font-weight:bold;
border-right:0;
border-top:0;
}

textarea{
width:440px;
border-left:#999999 10px solid;
border-bottom:#999999 5px solid;
font-weight:bold;
border-right:0;
border-top:0;
}

.botao{
cursor:pointer;
width:430px;
padding:5px;
border:0;
background-color:#999999;
}


