
.FormRow {
	display: block;
	position: relative;
	width: 330px;
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
	min-height: 0;
	clear: both;
	text-align: left;
	background: transparent;
	


}

.FormRow:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
	background: transparent;
}



.FormButtonRow {
	display: block;
	position: relative;
	width: 310px;
	list-style-type: none;
	margin: 20px 0 5px 0;
	padding: 0;
	min-height: 20px;
	clear: both;
	text-align:  right;
}

.FormTitle {

	display: block;
	position: relative;
	width: 350px;
	list-style-type: none;
	margin: 2px 0 2px 0;
	padding: 0;
	min-height: 20px;
	clear: both;
}


.FormTitle:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
	background: transparent;
}

.FormCol {
	display: inline;
	position: relative;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}


.FormFull {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.FormInput {
	display: inline;
	position: relative;
	width: 190px;
	margin: 0;
	padding: 0;
}

.FormInputWide {
	display: block;
	position: relative;
	width: 270px;
	margin: 0;
	padding: 0;
}


.FormInputShort {
	display: inline;
	position: relative;
	width: 55px;
	margin: 0;
	padding: 0;
}


.FormText {
	font-family: Arial;
	font-size:12px;
	position:relative;
	display:block;
	float: left;
	width:97%;
	margin: 2px 0 0 0;
	padding:0;
}

.FormButton  { 
	display: inline;
	margin: 0;
	padding: 2px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 25px;

}

.SubmitButton 
{
	display: inline;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 20px;
	width: auto;
	
}

.ResetButton 
{
	display: inline;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 20px;
	width: auto;	
}

.FormDesc 
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 125px;
	height: auto;
	line-height: 25px;
	}








