﻿body 
{
	font-family: Trebuchet MS, Arial, Times New Roman;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #F7C560;
}

a
{
	color: #FBEDA7;
}

a:hover
{
	color: #FBEDA7;
	text-decoration: none;
}

#principal
{
	width: 550px;
	height: 350px;
    position: absolute;    
    left: 50%;
    margin-left: -275px; 
    z-index: 10;  
}

#page
{
	width: 750px;
	margin: 0 auto;
	height: 600px;
	background-image: url(Imagem/fundo_escuro.jpg);
	background-repeat: no-repeat;
    background-position: center center;    
	/*position: absolute;
	left: 50%;	
	margin-left: -350px;
	margin-top: -300px;		
    top: 50%;
    z-index: 1;    
	filter:alpha(opacity=40);
    opacity:.40;*/
}

#header
{
	text-align: center;	
	height: 50px;
	padding: 5px;
}
	

.txtBoxForm
{
	width: 200px;
	background-color: #D2A752;
}

.btnForm
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #D2A752;	
	border-top: solid 2px #D2A752;
	border-left: solid 2px #D2A752;
	border-right: solid 2px #D2A752;
	border-bottom: solid 5px #9D7E3D;
	width: 70px;
	height: 25px;	
}

/*
.fundoModalAjax
{
	background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;

}*/
