section {
	width: 500px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.form-input, .error {
	display: block;
	height: 13px;
	margin-bottom: 10px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 8px;
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #EFEFEF;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
	width: 350px;
	color: #999;
	position: relative;
	border: 3px solid #DADBDC;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.error{
	background: #a5cdef;
	border: 5px solid #09F;
}
textarea.form-input {
	height: 200px;
	overflow: auto;
	width: 380px;
	position: relative;
}
.form-btn {
	padding: 0 15px;
	height: 30px;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border: 1px solid #0d3d6a;
	clear: both;
	float: right;
	background-color: #00458b;
}
.form-btn:hover {
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	background-color: #24c2ff;
}
.contact-form {
	width: 830px;
	padding: 15px;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.formulario {
	background-color: #CCC;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.column:first-of-type {
	float: left;
	position: relative;
}

.column:last-of-type {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #004a96;
	font-size: 11px;
}
