@charset "utf-8";
/* CSS Document */

body{ background-color:#030303; margin:0px;   }
#container{ margin:0px auto 0px auto; position:relative; width:768px;}
#top{ width:768px; height:314px; }
#footer{ width:768px; height:314px; padding:0px 0px 0px 80px;}
#form{ width:202px; height:169px; background-image:url(imagens/bgForm.gif); background-repeat:no-repeat;  margin:0px; padding:10px 0px 20px 10px; float:left;}

.txtLine{ background-image:url(imagens/bgTextBox.png); background-repeat:repeat-y; height:15px; width:172px; border:0px; font-size:10px; padding:2px 0px 2px 2px; margin:2px;}
.txtMLine{ background-image:url(imagens/bgTextBox.png); background-repeat:repeat-y; height:50px; width:172px; border:0px; font-size:10px; padding:2px 0px 2px 2px; margin:2px; }
.btEnviar{ float:right; margin:5px 20px 20px 20px; border:0px;}