@charset "utf-8";
#form-login	{width:320px;margin-left:-140px;margin-top:-140px;position:absolute;top:50%;left:50%;}
#form-login .campos	{
	background-image: linear-gradient(bottom, rgb(197,197,197) 18%, rgb(242,242,242) 59%);
	background-image: -o-linear-gradient(bottom, rgb(197,197,197) 18%, rgb(242,242,242) 59%);
	background-image: -moz-linear-gradient(bottom, rgb(197,197,197) 18%, rgb(242,242,242) 59%);
	background-image: -webkit-linear-gradient(bottom, rgb(197,197,197) 18%, rgb(242,242,242) 59%);
	background-image: -ms-linear-gradient(bottom, rgb(197,197,197) 18%, rgb(242,242,242) 59%);
	padding:20px;border-radius:5px;margin-bottom:20px;
	box-shadow:0 2px 2px #4e4e4e;
}
#form-login input[type="text"]	{margin-bottom:20px;}
#form-login input[type="text"], #form-login input[type="password"]	{box-shadow:inset 0 0 5px #c5c5c5;width:250px;padding:15px;}

#form-login input[type="submit"]	{float:right;padding:9px 25px;}

#login-remember, #login-forgot	{font-size:12px;color:#FFF;line-height:15px;margin-bottom:5px;text-shadow:2px 2px 0 #404040;}
#login-forgot a	{color:#FFF;}
#login-forgot a:hover	{text-decoration:underline;}

#form-login	.alerta	{text-shadow:2px 2px 0 #404040;line-height:18px;margin-top:10px;}

#fundo	{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;opacity:0;filter:opacity(alpha=0);}
#fundo img{position:absolute;}