.FormRow {
	display: block;
	position: relative;
	width: 540px;
	margin: 0;
	padding: 0 0 5px 0;
}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

.FormColumn {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.FormInput {
	display: block;
	position: relative;
	margin: 0!important;
	padding: 0!important;
	border: 1px solid #7F9DB9;
}

.FormInput2 {
	display: inline;
	position: relative;
	margin: 0!important;
	padding: 0!important;
	border: 1px solid #7F9DB9;
}


.FormButton {

	display: inline;
	background: #00AE4D;
	border: 1px solid #666;
	color: #fff;
	font-weight: normal;
}

.LoginButton {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}



.Width320 {width:320px;}
.Width120 {width:120px;}

.Width200 {width:200px;}











