#area {
   position: relative;
   left: 37%;
   top: 15em;
   width: 340px;
   height: 140px;
   }

#area #formulario {
   position: absolute;
   display: block;
   }

fieldset {
   background-color: rgb(255,255,255);
   width: 340px;
   }

legend {
   font-weight: bold;
   font-family: "Times New Roman";
   }

#formulario input.captcha {
   background-color: rgb(255,255,255);
   width: 200px;
   }

#formulario input.campo_nome {
   background-color: rgb(255,255,255);
   width: 200px;
   }

#formulario input.campo_senha {
   background-color: rgb(255,255,255);
   width: 200px;
   } 

#formulario input.campo_obs {
   maxlength= 100;
   background-color: rgb(255,255,255);
   width: 200px;
   }

body { 
   background-color: rgb(255,255,255);
   }       

h1 { 
   color: rgb(171,130,255);
   text-align: center;
   }

p { 
   color: rgb(46.139.87);
   font-family: "Times New Roman";
   font-size: 15px;
   }

a:hover { 
   color: rgb(255,165,0);
   font-style: italic;
   }     
