@charset "utf-8";
/* CSS Document */

#curriculo {
	margin-top: 130px;
	width: 110px;
	float: right;
	font-size:10px;
	line-height:12px;
	text-align: right;
}
#curriculo a{
	color: #999999;	
}
#contato {
	float: right;
	width: 615px;
	margin-left: 30px;
	margin-top: 15px;
	line-height: 20px;
}
.campo input {
	width: 446px;
	height: 28px;
	border: none;
	background: #eeeeee;
	margin: 0;
}
.captchacampo input {
	width: 150px;
	height: 28px;
	border: none;
	background: #eeeeee;
	margin: 0;
}
.botao input {
	border: none;
	background: #b9b9b9;
	color: #FFFFFF;
	width: 70px;
	height: 20px;
}
#contato textarea {
	width: 446px;
	height: 104px;
	border: none;
	background: #eeeeee;
	margin: 0;

}