
html{
	background-image:url(../images/bg_site.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cbdb2a;
	font-family:Arial,Helvetica,sans-serif; 
	color:#000000; 
	font-size:12px
	}
h1, h2{
	font-family:Arial,Helvetica,sans-serif; 
	color:#000000;
	display:none;
	}
p{
	font-family:Arial,Helvetica,sans-serif; 
	color:#000000; 
	font-size:16px}
label .botao{
	margin:0 0 -2px 0
	}
fieldset{ 
	border:none; 
	display:block; 
	margin-top:5px
	}
	
#container_login{
	width:1000px; 
	height:768px; 
	background-image:url(../images/login_bg.jpg); 
	background-color:#00; 
	background-repeat:no-repeat; 
	position:absolute; 
	left:50%; 
	top:0;
	margin-left:-500px;
	margin-top:0;
	}
#container_cadastro{
	width:1000px;
	height:1215px;
	background-image:url(../images/cadastro_bg.jpg); 
	background-color:#00; 
	background-repeat:no-repeat; 
	position:absolute; 
	left:50%; 
	top:0;
	margin-left:-500px;
	margin-top:0;
	}
#container_sucesso{
	width:1000px;
	height:768px;
	background-image:url(../images/sucesso_bg.jpg); 
	background-color:#00; 
	background-repeat:no-repeat; 
	position:absolute; 
	left:50%; 
	top:0;
	margin-left:-500px;
	margin-top:0;
	}
#login{
	width:400px;
	height:101px; 
	margin:240px 0 0 95px; 
	padding:70px 0 0 0;
	text-align:center}
#cadastro{
	width:400px;
	margin:240px 0 0 190px; 
	padding:70px 0 0 0;
	}
#sucesso{
	width:400px;
	height:200px;
	position:absolute;
	left:50%; 
	top:50%;
	margin-left:-200px;
	margin-top:-100px;
	text-align:center;
	}
#sucesso p { color:#812990 }