span.telefone,
span.fax{
	font-weight: bold;
	color: #FC0;
}

/*************************************************************************/
/** FORMULARIO ***********************************************************/
/*************************************************************************/
form,
form div{
	float: left;
	width: 500px;
	margin: 10px 0 0 0;
}

label{
	width: 70px;
}

input#nome,
input#email,
textarea#texto{
	width: 390px;
}

input#telefone{
	width: 200px;
}

textarea#texto{
	height: 125px;
}

input#botao_enviar{
	width: auto;
	height: auto;	
	margin: 0 0 0 75px;
	border: none;
	background-color: transparent;
}

