* {
	outline-color: #F00 !important;	
}
body {
	/*background: url(../_login/background.png) no-repeat 93% 43% #e9e9ea !important; /* Mudar fundo = Logo do cliente */
	background: url(../_login/logo_armazem.png) no-repeat 66% 50%/30% #FFF !important; /* Mudar fundo = Logo do cliente */
}
img {
	border: none;	
}
table, tr, td {
	border-spacing: 0px;
	padding: 0px;	
}
.minimiza { 
	position: absolute;  margin-top: -5px; width: 400px; 
}
.tabela { 
	position: absolute; height: 420px; top: 50%; margin-top: -210px; width: 99.8%; 
}
#titulo {
	padding-left:30px;
	background:none;
	color:#F0F0F0;
	letter-spacing:1px;
	font-weight:normal;
	font-family: 'PT sans','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
}
#tudo {
	width:100%;
	height:50px;
	background:#24305e;
	border-bottom:1px solid #30b081;
}
#logo {
	position:absolute;
	right:15px;
	top:5px;	
}
#formulario {
	position:absolute;
	top:50%;
	margin-top:-80px;
	left:50%;
	margin-left:-350px;	
}

.texto_login {
	font-family:Tahoma;
	color:#777;
	font-size:14px;
	font-weight:bold;
	padding-left:4px;
	width:220px;
	height:24px;
	line-height:24px;
	border:1px solid #CCC;	
}

.submit {
	margin: auto;
	color: #FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	height: 22px;
	line-height: 21px;
	background:#24305e; /* Mudar cor do botão = Cores do cliente */
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

#btnAtendente {
	width: 85px;
}

#btnUsuario {
	width: 65px;
}

#dica {
	width:300px;
	padding-top:10px;
	text-align:justify	
}
#rodape {
	background:#24305e; /* Mudar cor rodapÃ© = Cores do cliente r*/
	border-top:1px solid #30b081;
}
#infos {
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:10px;
	color:#FFF;
	font-size:11px	
}
#rights {
	padding-right:8px;
	color:#FFF;	
}
#rights a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}