body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/fundo.jpg);
	background-attachment:fixed;
}

#divCaixaCentro 
{
	background-image: url(../Images/caixaFundo.png);
	background-repeat: no-repeat;
	height: 483px;
	width: 736px;   
	position:absolute;
	margin-left: -368px;
	margin-top:-241px;
	left: 50%;
	top:50%;
	z-index:10;
}

#logoPortal 
{
  position:absolute;
  left:30px;
  top:35px;
}
#logoCliente 
{
  position:absolute;
  right:40px;
  top:25px;
}
#caixaCadastrado 
{
  position:absolute;
  background-image:url(../Images/CaixaCadastradoOut.png);
  width:341px;
  height:230px;
  z-index:9;
}
#caixaCadastrado:hover
{
  background-image:url(../Images/CaixaCadastradoOver.png);
}
#Cadastrado 
{
  position:absolute;
  width:341px;
  left:20px;
  top:130px;
  font-family: "Trebuchet MS";
  color: #000066;
  font-size: 20px;
}

#Cadastrado_Centro
{
  position:absolute;
  width:341px;
  left:191px;
  top:130px;
  font-family: "Trebuchet MS";
  color: #000066;
  font-size: 20px;
}

#NaoCadastrado 
{
  position:absolute;
  width:341px;
  right:20px;
  top:130px;
  font-family: "Trebuchet MS";
  color: #990000;
  font-size: 20px;
}
#caixaNaoCadastrado 
{
  position:absolute;
  background-image:url(../Images/CaixaNaoCadastradoOut.png);
  width:331px;
  height:230px;
  padding-left: 10px;
  z-index:8;
}
#caixaNaoCadastrado:hover
{
  background-image:url(../Images/CaixaNaoCadastradoOver.png);
}
#divAjuda 
{
  position:absolute;
  left:30px;
  bottom:30px;
  color:#333;
}
.btn 
{
}
input {
	font-family: "Trebuchet MS";
	font-size: 24px;
	background-image: url(../Images/fundo_campos.jpg);
	background-repeat: no-repeat;
	height: 33px;
	border: 1px solid #E5E5E5;
}

input:focus {
	border: 2px solid #C9544A;
	background-image: url(../Images/fundo_camposOver.jpg);
	height: 31px;
}

.muda {
	border: 2px solid #C9544A;
	background-image: url(../Images/fundo_camposOver.jpg);
	height: 31px;
}

#Rodape 
{
    font-family: "Trebuchet MS";
	width: 736px;   
	position:absolute;
	margin-left: -368px;
	left: 50%;
	bottom:10px;
	text-align:center;
	color:#666;
	font-size:13px;
}
.LinkAjuda
{
	font-size:24px;
	color:#333;
	text-decoration:none;
}

a:link
{
	color:#333;
	text-decoration:none;
}

a:hover 
{
	text-decoration:none;
	background-color:#C9544A;
    color:#FFF;
}

a:visited {
	text-decoration:none;
}

/* Easy Slider */

	#sliderCadastro ul, #sliderCadastro li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#sliderCadastro, #sliderCadastro li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
	width:320px;
  	height:230px;
	overflow:hidden; 
		}


/* // Easy Slider */
