
@font-face {
font-family:"Trajan Pro";
src: url("../TrajanProRegular.ttf"); 
}


body {

	margin:0px;
	font-family: 'Didact Gothic', sans-serif;
	font-size:1em;


}

.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;

	behavior: url(PIE.htc);
	width:90%;
	background: #fff;
	border: 1px solid #000;
	color: #999;
	position: relative;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 150px;
	overflow: auto;
	width: 90%; 
	position: relative;
}
.form-btn {
	padding: 0 20px;
	height: 30px;
	margin-right: 6%;
	text-align: center;
	color: #fff;

	cursor: pointer;
	border: 1px solid #790e11;
	background-color: #790e11;
	border-radius:10px;
	clear: both;
	float: right;
}
.form-btn:hover {
	color: #8598C6;
	
}
.contact-form {
	width: 100%;
	

	position: relative;

	behavior: url(PIE.htc);
	text-align: left;

}
.formulario {
	overflow: hidden;

	
}
.column:first-of-type {
	float: left;
	width:100%;
	position: relative;
}

.column:last-of-type {
	float: right;
		width:100%;
	
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #2b54a1;
	font-size: 11px;
}
