*{	font-size:12px;}#alert {  display: none; /* O alerta deve iniciar oculto */  width: 100%;  height: auto;  overflow: hidden;  position: fixed;  z-index: 999999;  padding: 10px 0;  padding-left: 10px;  color: #fff;  cursor: pointer;}.alert-success {  background-color: #2ecc71;}.alert-error {  background-color: #e74c3c;}body {	/*background-color:#808080;*/    font-family:verdana,helvetica,arial,sans-serif;    padding:0px;    font-size:12px;    margin:0;}.demo-info{	padding:0 0 12px 0;}.demo-tip{	display:none;}#dvLoading{   background: url("../img/ajax-loader.gif") no-repeat center center;   height: 100px;   width: 100px;   position: fixed;   z-index: 1000;   left: 50%;   top: 50%;   margin: -25px 0 0 -25px;}h2 {    font-size:18px;    font-weight:bold;    margin:0;    margin-bottom:15px;}#tabela-homePage{	width:100%;	height:620px;}#tabela-login {	width:100%;	height:100%;	padding-top: 12%;}#tela-login h1{	color:#009;	font-size:24px; } #tela-login img{	float:right;	margin-top:100px;}