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

/*----------------------RESET--------------------*/

/* body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; outline: none;}

body{line-height:1; font-size:62.5%;  background:#fff; font-family:Arial, Helvetica, sans-serif;}---- 1.0 em = 10px---

h1, h2, h3, h4, h5, h6{font-size:100%;}

p, label{font-size:1.3em; line-height:1.8em;} */

/*----------------------RESET--------------------*/

a{text-decoration:none;}

a:hover{color:#CCC;}

.borda{border-color:#F60;}

 /* .div-form{width:280px; height:auto; padding:20px; position:absolute; float:none; left:50%; top:50%; margin:-190px 0 0 -165px; border:5px solid #c0c0c0;} */

/*  h1{text-transform:uppercase; font-size:20px; color:#fff; text-align:center; margin:-20px -20px 10px -20px; padding:5px 0; background:#c0c0c0; text-shadow:-1px 1px 1px #999; } */

form p{margin:5px 0 0 0;}

form{font:11px Arial, Helvetica, sans-serif;}

label{display:block; line-height:1.6em; cear:both;} 

fieldset{border:0;}

input, textarea{  background-color:#fff; margin-bottom:5px; border:1px solid #c0c0c0;  border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;  padding:3px;  }  

.conteiner{position:relative; float:left;}

 .alerta{/* width:auto; height:auto; position:absolute; right:10px; top:20px; padding:5px;  background:#F60; */  border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;  color: #fff;}  

input:focus, textarea:focus{border-color:#000;}

 input[type=submit]{background:#ffbc00; color:#fff; border:0;} 

textarea{overflow:auto; font:1.1em Arial, Helvetica, sans-serif;}

.sair{position:absolute; right:0; top:-30px; color:#999;}

.width233, input[type=text], textarea{width:350px;}