.contact-form{
	width:100%;
	max-width:1400px;
	min-width:1007px;
	background-color: white;
}

.column{
	width:50%;
	float:left;
}

.content{	
	padding: 60px;
}

.thanks{
	color:#5d5d5d;
	line-height: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.contact-title{
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #5e5f5e;
	margin:0;
}

.text-fields .titles{
	padding:0;
	color:#99bf00;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align:left;
}

input{
	width:100%;	
	color: #babcbe;
	line-height: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding-left:10px;
	border: 1px solid #dedede;
}

textarea{	
	resize: none;
	width:100%;	
	color: #babcbe;
	line-height: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding-left:10px;
	border: 1px solid #dedede;
}

.floating-fields{
	float:left;
	width:31%;
	margin-right:10px;
}

.floating-fields-50{
	float:left;
	width:48%;
	margin-right:10px;
}

.right-content{
	padding-top: 110px;
}

.send-button{
	margin-top: 40px;
	background-color: #93b900;
	width: 182px;
	height: 55px;
	line-height: 55px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: white;
	text-decoration: none;
	display:block;
	text-align:center;
	float:right
}

.send-button:hover{
	cursor:pointer;
}