.container_conteudo div.container_form{
	position: relative;
	width: 405px;
	height: 400px;
	margin-left: 10px;
}

.container_form div#bg_container_form{
	position: absolute;
	top: 0;
	left: 0;
	width: 420px;
	height: 400px;
	background-image: url(../images/bg_contacts.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

form#contacto{
	position: relative;
	float: left;
	top: 50px;
	left: 21px;
	width: 360px;
	height: 340px;
	margin: 0;
	padding: 0;
}

#contacto div{
	float: left;
	clear: both;
	width: 355px;
	margin: 0 0 5px 0;
}

#contacto label{
	width: 95px;
	text-align: right;
}

#contacto input{
	width: 215px;
}

#contacto div.profissao{
	margin-bottom: 20px;
}

#contacto .botao{
	float: right;
	margin: 5px 13px 0 0;
	width: auto;
	height: auto;
}

span#required{
	float: left;
	clear: none;
	margin: 20px 0 5px 80px;
	font-size: 12px;
}

input#nome,
input#email,
input#telefone,
input#profissao{
	width: 135px;
}

input#fx{
	width: 220px;
	height: 19px;
}

input#fx, x:default{
	height: 23px;
}


textarea#mensagem{
	width: 215px;
	height: 95px;
}

div span{
	float: left;
}
em{
	float: left;
	clear: none;
}

