div#conteudo-pagina div.background{
	margin-bottom: 70px;
	background: #F5F4F3;
	border: 1px solid #CCC;
}

.texto-tabela{
	text-align: right;
}

table{
	margin: 0 auto;
}

#nome{
	width: 400px;
}

#email{
	width: 400px;
}

#telefone{
	width: 100px;
}

#departamento{
	width: 307px;
}

#mensagem{
	width: 400px;
}

#assunto{
	width: 400px;
}

.form-error-msgs ul, .form-success-msgs ul{
	list-style: none;	
}
#conteudo div.form-success-msgs, div.form-warning-msgs, div.form-error-msgs {
border-bottom:2px solid #DDDDDD;
border-top:1px solid #DDDDDD;
margin:30px auto;
padding:5px 0;
text-align:center;
width:100%;
}

.label{
    text-align:right;
}
.txt{
    width:640px;
}
