@charset "utf-8";
/* CSS Document */

/* * { border:1px solid #CC0000; } */
body, html { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }

.float_left  { float:left; }
.float_right { float:right; }

.container { background:url(../img/bg_corpo_index.jpg) no-repeat 250px bottom; height: 470px; width: 930px; margin:20px auto 0 auto;}

.container .topo { height:110px; }
.container .titulo { text-indent:-9000px; }
.container .topo h1.titulo { background:url(../img/logo_vivo.png) no-repeat; width:41px; line-height:108px; margin:0 0 0 50px; }

.container .corpo { padding:0 0 0 150px; }
.container .corpo h2.titulo { background:url(../img/titulo_pre.png) no-repeat; width:253px; line-height:75px; }
.container .corpo h2.titulo_controle { background:url(../img/titulo_controle.png) no-repeat; width:253px; line-height:116px; }

.container .topo .botao { background-color:transparent; background:url(../img/btn_enviar.gif) top left; width:15px; height:15px; border:none; vertical-align:middle; margin:0 0 2px 0; cursor:pointer; }
.container .topo .input { border:1px solid #999999; color:#666666; }

.rodape { background:url(../img/bg_index_rodape.png) no-repeat; text-align:right; width:920px; height:57px; margin:0 auto 0 auto; padding:10px 10px 0 0; }

.conteudo { width:746px; margin:0 auto 0 auto; }

