﻿body 
{	
	background-color:#CEEAFF;
	margin:0px;
	
	
}



#tblCadastro input 
{
	border: solid 1px #000;
}

#tblCadastro
{
	position:relative;
	top:200px;
	left:80px;
	


}

#divPrincipal
{	
	position:relative;
	left: 0px; 
	width: 650px; 
	top: 0px; 
	height: 763px;
	background-image: url(imagens/background.jpg);
	background-repeat:no-repeat;
	margin:auto;	
	}
	

.tdTitulo
{
	text-align:right;
	font-family:Tahoma;
	font-size:12px;
	color:Black;
	}	
.tdCampo
{
	text-align:left;
	font-family:Tahoma;
	font-size:12px;
	color:Black;
	}	
	
#tdbotoes
{
	text-align:center;
}

#tdbotoes input
{
	border-width: 0;
}

#voltar
{
	font-family:Trebuchet MS;
	font-weight:bolder;
	font-size:20px;
	text-decoration:underline;
	color: #589BB6;
}


a:visited
{
	color: #589BB6;	
}






