* {
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
font-family:"trebuchet ms";
}

body {
background:#ECF5FF url("../img/bg-body.jpg") top center no-repeat;
}

#corpo {
width:800px;
margin:0 auto;
background:fff;
padding-top:20px;
}

/* ------------- Topo da pagina ------------- */

#topo {
width:840px;
height:110px;
margin:10px auto 0px auto;
background:url("../img/bg-topo.png") top left no-repeat;
}	

/* ------------- Conteudo ------------- */

h3 {
font-size:25px;
letter-spacing:-1px;
margin-left:10px;
}	


p {
font-size:16px;
line-height:22px;
margin:10px 10px 30px 10px;
padding:10px;
}	

address {
width:200px;
height:150px;
float:left;
font-size:13px;
font-style:normal;
background:url("../img/bg-fieldset.jpg") bottom left no-repeat;
padding:10px;
margin:40px 10px 10px 10px;
border:5px solid #fff;
}	

address strong {
font-family:arial;
font-size:23px;
letter-spacing:-1px;
line-height:50px;
}	

form {
width:500px;
float:left;
margin:10px;
}	

form fieldset {
padding:10px;
border:0px solid #f0f0f0;
}	

form legend {
font-size:14px;
font-weight:900;
}	

form label {
float:left;
font-size:12px;
font-weight:900;
margin:3px 6px 3px 0px;
}	

form label input {
font-size:13px;
font-weight:900;
padding:5px;
border:1px solid #ccc;
background:#fff url("../img/bg-input.jpg") bottom left repeat-x;
}	

form label textarea:focus,
form label input:focus {
border-color:#06F;
}

form label textarea {
width:467px;
font-size:12px;
padding:1px 3px;
border:1px solid #ccc;
background:#fff url("../img/bg-input.jpg") bottom left repeat-x;
}	

form input.botao {
font-size:13px;
padding:3px 10px;
background:url("../img/bg-botao.jpg") top left repeat-x;
color:#FFF;
border:none;
margin:5px 0px 0px 10px;;
}	

#rodape {
width:100%;
clear:both;
}