.FormRow {
	display: block;
	position: relative;
	width: 410px;
	list-style-type: none;
	margin: 2px 0 2px 0;;
	padding: 0;
	min-height: 20px;
	clear: both;


}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormRowWide {
	display: block;
	position: relative;
	width: 550px;
	list-style-type: none;
	margin: 2px 0 2px 0;;
	padding: 0;
	min-height: 20px;
	clear: both;
}

.FormRowWide:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}


.FormLeft {
	display: inline;
	position: relative;
	width: 175px;
	float: left;

}


.FormRight {
	display: inline;
	position: relative;
	width: 235px;
	float: left;
}



.FormColumn2 {
	display: inline;
	position: relative;
	width: 40%;
	float: left;
}

.FormColumn1 {
	display: inline;
	position: relative;
	width: 32%;
	float: left;
}
	
.FormInput {
	display: block;
	position: relative;
	width: 225px;
	margin: 0;
	padding: 0;
	border: 1px solid #7F9DB9;
}

.FormText {
	font-family: Arial;
	font-size:12px;
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.FormButton  { 
	display: inline;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 20px;
	width: auto;
	border: 1px solid #D8D8D8;
	background-color:#fff;
}

.FormButtonRow {
	display: block;
	position: relative;
	width: 410px;
	list-style-type: none;
	margin: 20px 0 2px 0;
	padding: 0;
	min-height: 20px;
	clear: both;
	border-bottom: 1px solid #D6EACC;
	text-align: right;

}








