@charset "utf-8";

#email_num{
position: absolute;
font-size:200%;
right: 20px;
top: 0px;
color:#494949;
}

.emails{
position: relative;
}

#novo_email_campo1{
   position: absolute;
   width:680px;
   height: 40px; 
   border:3px solid #656565;
   color:#888888;
   left: 100px;
   font-size:x-large; 
   border-radius:10px;
}

#novo_email_campo2{
   position: absolute;
   width:680px;
   height: 40px; 
   border:3px solid #656565;
   color:#888888;
   left: 100px;
   top: 70px;
   font-size:x-large; 
   border-radius:10px;
}

#novo_email_campo3{
   position: absolute;
   width:680px;
   height: 150px; 
   border:3px solid #656565;
   color:#888888;
   left: 100px;
   top: 140px;
   font-size:x-large; 
   border-radius:10px;
}
