/* GLOBAL */
body, html, body    { margin-top:10px; margin-left:10px; margin-bottom:10px; margin-right:10px; background-color:#ffffff; }

/* POSICIONAMENTO */
#div_global   { width:100%; z-index:1; text-align:center; }
#div_conteudo { width:768px; z-index:1; text-align:left; }
#div_info     { width:768px; background-color:#ffffff; z-index:1; border: 0px; float:left; border:2px solid #db9001; }
#div_convite  { width:433px; height:570px; position:absolute; top:0%; left:50%; margin-top:30px; margin-left:-216px; z-index:100; }

/* VISUAL (fontes, cores, etc...) */
div, p, li, table { font-family: Tahoma, Arial, Verdana, Helvetica; }

div, p, li, table { font-size: 12px; font-weight: normal; color: #666666; text-decoration: none; }

#texto_titulo { font-size: 16px; font-weight: bold; color: #666666; text-decoration: none; }

div#conteudo p { text-align: justify; text-indent: 20px; }

hr { height: 2px; color: #d8d8d8; }

a { color:#990000; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

.enviar { border: 1px solid black; background-color: #eeeeee; }

img { border: 0px; }

h1 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 18px; font-weight: bold; color: #2e2287; }
h2 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 14px; font-weight: bold; color: #2e2287; }
h6 { font-family: Arial, Tahoma, Verdana, Helvetica; font-size: 9px; font-weight: normal; color: #666666; }

input.texto{ border: 1px solid #666666; }
select{ border: 1px solid #666666; }
