@charset "utf-8";

#contacto_form p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contacto_form input, #contacto_form textarea {
	background-color: #2f373b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #a2a2a9;
}
#contacto_form input.invalidField, #contacto_form textarea.invalidField {
	border: 1px solid #d61094;
}
#contacto_form input {
	position: absolute;
	right: 0px;
}
