@charset "utf-8";
/* CSS Document */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	color:#333333;
}
body{
	background:url(../imagens/bg_fundo_login.jpg) repeat-x top;
	background-color:#2484BD;
}
#login{
	width:400px;
	height:220px;
	left:50%;
	top:50%;
	margin-top:-110px;
	margin-left:-200px;
	position:absolute;
	border:#999999 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background:url(../imagens/img_locker.jpg) no-repeat bottom right;
	background-color:#FFFFFF;
	
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
#titulo_login{
	width:400px;
	height:46px;
	background:#18567A;
	margin-top:-23px;
}
#titulo_login h5{
	padding:15px;
	color:#FFFFFF;	
}
#menssagem_erro{
	width:400px;
	height:40px;
	text-align:center;
}
#login ul{
	width:280px;
	margin:0px;
	padding:0px;
}
#login li{
	width:280px;
	list-style:none;
	margin-bottom:14px;
	text-align:right;
}
.input{
	border:#999999 solid 1px;
	width:210px;
	height:26px;
	text-indent:10px;
	line-height:26px;
}
