body{
	background:url(../images/fundologin.png)no-repeat;
	}
	
a{
	text-decoration:none;
	color:#55688A;
}
	
#caixa{
	width:400px;
	height:280px;
	position:relative;
	left:50%;
	margin-top:10%;
	margin-left:-200px;
	border:15px solid #55688A;
	background-color:white;
	}
	
#caixatopo{
	width:100%;
	height:100px;
	margin-top:0px;
	border:0px solid red;
	background:url(../images/logoempresalogin.png)no-repeat;
	background-position:center center;
	}
	
#tabelaloginacesso{
	width:100%;
	height:200px;
	border:0px solid red;
	
	}
	
div#botaoentrar{
		width:100px;
		height:38px;
		float:left;
		border:1px solid #DCDCDC;
		background-color:#E6E6E6;
		font: normal 12px Trebuchet MS;
		color:#9F9F9F;
		
		}
	
#botaoentrar:hover{
		border:1px solid #55688A;
		color:#707070;
		}	
	
	
#logompdata{
	width:150px;
	height:60px;
	border:0px solid #55688A;
	position:relative;
	left:46%;
	background:url(../images/logompdatapronto.png)no-repeat;
	background-position:center center;
	font: bold 14px Calibri;
	color:#55688A;
	
	}
	
