@charset "utf-8";
/*
// Arquivo: login.css
// versão 1.0
// Desenvolvimento: FirstOne Consultoria & Marketing
// Última Atualização: 07/02/2011
*/

*{margin:0;padding:0;}
body{padding-top:30px;font:11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;}
form{margin-left:8px;padding:16px 16px 40px 16px;font-weight:normal;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:5px;background:#fff;border:1px solid #e5e5e5;-moz-box-shadow:rgba(200,200,200,1) 0 4px 18px;-webkit-box-shadow:rgba(200,200,200,1) 0 4px 18px;-khtml-box-shadow:rgba(200,200,200,1) 0 4px 18px;box-shadow:rgba(200,200,200,1) 0 4px 18px;}
a {color:#f28209; text-decoration:none;}
a:hover {color:#c16808; text-decoration:underline;}
form .forgetmenot{font-weight:normal;float:left;margin-bottom:0;}
.button-primary{font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;padding:3px 10px;border:none;font-size:12px;border-width:1px;border-style:solid;-moz-border-radius:11px;-khtml-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;cursor:pointer;text-decoration:none;margin-top:-3px;}
#login form p{margin-bottom:0;} 
label{color:#777;font-size:13px;}
form .forgetmenot label{font-size:11px;line-height:19px;}
form .submit,.alignright{float:right;}
form p{margin-bottom:24px;}
h1 a{background:url(../images/login/login-logo.png) no-repeat top center;width:326px;height:90px;text-indent:-9999px;overflow:hidden;padding-bottom:15px;display:block;}
#nav{text-shadow:rgba(255,255,255,1) 0 1px 0;}
#topbar{position:absolute;top:0;left:0;background:url(../images/login/login-fundo-bar.png) repeat-x;height:10px;width:100%;}
#bottombar{position:absolute;top:0;left:0; background:url(../images/login/login-fundo-bar.png) repeat-x; height:10px;width:100%;}
#backtoblog{position:absolute;top:0;left:0;border-bottom:#c6c6c6 1px solid;background:#d9d9d9;background:-moz-linear-gradient(bottom,#e77817,#fbc386);background:-webkit-gradient(linear,left bottom,left top,from(#e77817),to(#fbc386));height:30px;width:100%;}
#backtoblog a{text-decoration:none;display:block;padding:8px 0 0 15px; color:#FFF; text-align:center; font-weight:bold;}
#backtoblog a:hover{text-decoration:underline;}
#login{width:320px;margin:7em auto;}
#login_error,.message{margin:0 0 16px 8px;border-width:1px;border-style:solid;padding:12px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#nav{margin:0 0 0 8px;padding:16px;}
#user_pass,#user_login,#user_email{font-size:24px;width:97%;padding:3px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:1px solid #e5e5e5;background:#fbfbfb}
input{color:#555;}
.clear{clear:both;}
#info{ padding-top:30px;}
#tx_info {width:225px; float:left;font:10px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; color:#f28209; text-align:right;}
#tx_info a{color:#f28209; text-decoration:none;}
#tx_info a:hover{text-decoration:underline;}
#img_info { float:right; width:95px; text-align:right;}
#msg_ok{background-color:#eaffe8;border-color:#12c000; clear:both; margin:0 0 16px 8px;border-width:1px;border-style:solid;padding:12px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; color:#333;}
#msg_erro{background-color:#ffebe8;border-color:#c00; clear:both; margin:0 0 16px 8px;border-width:1px;border-style:solid;padding:12px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; color:#333;}