/* RESET */
*{margin: 0px;padding: 0px;}
body{font:13px Arial, sans-serif;color: #666;background: #5E5D62;margin: 0 auto;}
/* GLOBAL */
#global{width: 100%; background:#FFF;}
/* TOPO */
#header{position:relative;background: #1A2632 url('../img/a51.jpg') bottom left repeat-x;height:10em;padding-left: 2em;}
#header h1{position: absolute;top: 1.8em;font-size: 2.2em;letter-spacing: -0.05em;color: #FFF;}
#header h1 span{color: #F90;}
/* CONTEUDO */
#conteudo{background:#FFF;}
.acesso a{position:absolute;top:-1px; right:0px;font-size:10px; text-decoration:none; color:#E7691D; font-weight:700;}
.acesso a:hover{color:#900;}
#box_login{width:270px; margin:100px auto;border:1px solid #CCC;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.topo_login{padding:10px;text-align:center;background: #1A2632 url('../img/a51.jpg') bottom repeat-x;color:#FFF;font-weight:700;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.form{padding:15px;}
#formulario{clear:both; position:relative;}
.text{font-size:10px;margin:2px 0px;font-weight:700;}
input[type='text'],input[type='password'],select{padding:4px 4px 4px 24px;color:#999;width:87%;margin-bottom:10px;border:1px solid #CCC;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.user{background:url(../img/user.jpg) left no-repeat;}
.pass{background:url(../img/lock.jpg) left no-repeat;}
.mail{background:url(../img/mail.jpg) left no-repeat;}
select{width:100%;}
input[type='submit']{ cursor: pointer;padding:6px;border:1px #CCC solid;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.ok{text-align:right;padding:5px 0px;}
.logo{width:100px;height:34px;position:absolute;background:url('../img/logo.jpg') no-repeat;left:0px;bottom:3px;}
#Prompt {text-align:center;font-size:11px; color:#666666;padding-bottom:8px;}
/* RODAPE */
#footer{padding: 1.7em 0em 2em; border-top: 5px #505155 solid;text-align: center;color:#FFF;background: #5E5D62;}