/* -----------------------------------------------------------------------

 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Modificado por Filipe Rocha (filipe@viaoceanica.com)
   * Via Oceânica (www.viaoceanica.com)

----------------------------------------------------------------------- */
@import url("reset.css");
@import url("typography.css");
@import url("forms.css");

/* Containers e caixas
-------------------------------------------------------------- */
.cab       { text-align:center; height:87px; }
.colMain   { background:#fff; color:#000; padding:20px; }
.container { width:950px; margin:0 auto; position:relative; }
.rod       { }

/* NOTA: o clear está escrito no reset.css */

/* Cabeçalho.
-------------------------------------------------------------- */
.logo{ background:url(../../img/logo.gif); display:block; width:223px; height:87px; text-indent:-9999em; margin:0 auto; }


/* Coluna do Conteudo.
-------------------------------------------------------------- */

/* Código para o anterior e seguinte */
.passo{ position:absolute; top:-35px; left:0; }

.container .form { padding-top:30px; }
.confirmacao th { width:200px; text-align:right; border-bottom:1px dotted #999; }


/* Rodapé.
-------------------------------------------------------------- */

/* Extras.
-------------------------------------------------------------- */
small{ visibility:hidden; overflow:auto; height:1px;}



