#frmContactos label{
	width: 150px;
	float: left;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}
#frmContactos input {
	margin-bottom: 10px;
	float: left;
}
#frmContactos #btnSubmit {
	margin-top: 20px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#frmContactos label.error {
	color: #900;
	float: left;
	width: 100%;
}
#frmContactos br {
	clear: left;
}
#frmContactos input.error {
	border: medium solid #900;
}
#frmContactos textarea.error {
	border: medium solid #900;
}

