.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	border:2px solid #000;

	width:92%;
	background: #fff;
	color: #999;
	position: relative;
}

.error{
	background: #ff9197;
	border: 5px solid red;
}

textarea.form-input {
	height: 100px;
	overflow: auto;
	width: 92%; 
	position: relative;
		border:2px solid #000;
}
.form-btn {
	padding: 0 20px;
	height: 30px;
	margin-right: 7%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #163c5d;
	background:#163c5d;
	clear: both;
	border-radius:5px;
	float: right;
}

.form-btn:hover {

	
}

.contact-form {
	width: 100%;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;
}


.cont50
{
	width:47%;
	margin-right:1%;
	float:left;
}

.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: #155a99;
	font-size: 11px;
}

@media screen and (max-width : 600px){
.cont50
{
	width:100%;
	margin-right:1%;
	float:left;
}
.contact-form {
	width: 90%;
	
	position: relative;

	behavior: url(PIE.htc);
	text-align: left;

}
}
