#contato {
	position:relative;
	width:116px;
	height:31px;
        background:url(contato.jpg);
        background-repeat:no-repeat;
        bottom:15px;
        font-family: Tahoma, Geneva, sans-serif;
	z-index:1;
}
#nome {
	position:relative;
	float:left;
	width:81px;
	height:25px;
	z-index:1;
}
#nome_form {
	position:relative;
	float:left;
	width:308px;
	height:25px;
	z-index:1;
}
#email {
	position:relative;
	width:81px;
	height:25px;
	z-index:1;
}
#email_form {
	position:relative;
	float:left;
	left:81px;
	width:308px;
	height:25px;
	z-index:1;
}
#assunto {
	position:relative;
	width:81px;
	height:25px;
	z-index:1;
}
#assunto_form {
	position:relative;
	left:81px;
	width:308px;
	height:25px;
	z-index:1;
}
#mensagem {
	position:relative;
	float:left;
	width:81px;
	height:68px;
	z-index:1;
}
#mensagem_form {
	position:relative;
	float:left;
	width:308px;
	height:68px;
	z-index:1;
}
#botao_enviar {
	position:relative;
	top:20px;
	left:81px;
	width:141px;
	height:25px;
	z-index:1;
}
#botao_limpar {	
	position:relative;
	float:inherit;
	left:318px;
	top:20px;
	width:58px;
	height:25px;
	z-index:1;
}
.form_campos {
	background-color:#CCC;
	border:0;
	
}




#menu {
        margin-left:-10px;
	margin-right:-10px;
}


#base {
        position:relative;
        background:#999;
        width:auto;
	min-height:45px;
        height:auto;
        margin-bottom:-15px;
        margin-left:-10px;
	margin-right:-10px;
}



