.FormColumn {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.FormRow {
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0 5px 0;
}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormInput {
	display: block;
	position: relative;
	margin: 0!important;
	padding: 0!important;
	border: 1px solid #7F9DB9;
}

.FormInput:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormButton {

	display: inline;
	background: #338CCC;
	border: 1px solid #338CCC;
	color: #fff;
	font-weight: normal;
}	
