*{
    border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-decoration: none;
}

a{
	color: #000000;
	text-decoration: none;
}
  
#pagina{
	padding-bottom: 5px;
	background: #eaeaea url(../imagens/fundo.jpg) repeat-x;
    color: #000000;
}
  
#tudo{
    width: 990px;
    margin: 2px auto;
	display: table;
}
  
#topo{
    width: 990px;
	height: 210px;
}

#conteudo{
	width: 970px;
	background: #ffffff;
	padding: 10px;
	margin:auto;
}
  
#rodape{
    width: 100%;
	height: 90px;
	background: #3c3c3c;	
}

.assinatura {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.destaque{
	color: #999;
	font-weight: bold;
}

#left {
	float:left;
	padding-left: 10px;
	text-align: center;
}

#right {
	float:right;
	padding-right: 10px;
	text-align: center;
}

.center {
	text-align: center;
}

/*Classes formularios*/
.botaoform{
	background-color:#000000;
	color: #ffffff;
	line-height: 25px;
	width: 60px;
	height: 25px;
	text-align: center;
	border: 0;
}
	
#nome, #endereco, #email, #assunto, #nome_amigo, #email_amigo {
	width: 68%;
}

input {
	background-color: #fff200;
	border: 1px solid #f4b416;
	margin-top: 3px;
	height: 18px;
}

select {
	background-color: #fff200;
	border: 1px solid #f4b416;
	margin-top: 3px;
	height: 18px;
}

textarea {
	background-color: #fff200;
	border: 1px solid #f4b416;
	margin-top: 3px;
	width: 68%;
	height: 40px;
}

label{
	float: left;
	border: 0;
    width: 20%;
	margin-top: 4px;
	padding-right: 5px;
	text-align: right;
}
/*Fim classes formularios*/
