body{
	background-color: #000000;
	background-image: url('../images/bg.jpg');
	margin-left: 0px;
	margin-top: 0px;
	color: #425494;
}
a:link, a:visited, a:hover, a:active {
	color: #425494;
}
#cont {
	z-index:100;
	position:absolute;
	left:50%;
	width:300;
	top:100px;
	overflow:hidden;
	display: none;
	margin-left:-150px;
	height: 380px;
	background-image: url('../images/pop_indique.jpg');
}
.rodape{
	color: #425494;
	font: 10px "Arial", cursive;
	
}
#indique table,td{
	color: #847474;
	font: 10px "Comic Sans MS", cursive;
}
textarea, input{
	border: 1px solid #0C0707;
	background-color: #1E1818;
	color: #8F8F8F;
	width:145px;
}
textarea{	
	overflow: auto;}
img{
	cursor: pointer;
}
#show{
	font: bold 10px "Comic Sans MS", cursive;
	color: #FF0000;
}
.mail {
	text-transform: lowercase;
}
.nome {
	text-transform: capitalize;
}
#fechar {
	position:absolute;
	border:1px;
	top:0px;
	width:7px;
	heigth:5px;
	left:96%;
	cursor:
	pointer;
}