.footer ul, .footer p {
	width: 900px;
}
.header {
	background: 1px 90px url(images/header-contato-background.jpg) no-repeat;
}

h1 {
	background: url(images/h1-background.jpg) 0 -105px no-repeat;
}

.content {
	width: 840px;
}
p.mensagem {
	clear:left;
	float:left;
}
#contactform {
	float: left;
	width: 440px;
}

#contactform fieldset {
	border: none;
}

#contactform legend {
	display: none;
}

#contactform dt {
	clear: both;
	float: left;
	padding: 8px 5px 0 0;
	width: 100px;
	_width: 105px;
	font-weight: bold;
	text-align: right;
}

#contactform dd {
	float: left;
	padding: 0 0 3px 0;
}

#contactform #var_nome,
#contactform #var_telefone,
#contactform #var_email,
#contactform #var_mensagem {
	padding: 6px;
	width: 315px;
	_width: 328px;
	_height: 27px;
	background: #E7EAEB;
	border: none;
	
	font-family: Arial;
	font-size: 12px;
	color: #696975;
}


#contactform .focus {
	background: #F3F5F5 !important;
}

#contactform #var_mensagem {
	height: 200px;
}
input#btn_enviar {
	clear:left;
	float:left;
}
.vcard {
	float: right;
	padding: 60px 0 0 0;
	text-align: right;
}

.vcard .fn, .vcard .title {
	font-weight: bold;
	color: #0272DE
}

.vcard .url, .vcard .email {
	display: none;
}

.vcard a {
	color: #696975;
}

ul.errors {
	width:320px;
}
