.FormLeft {
	float:left;
	width:25%;
	height:30px;
	text-align:right;
}
.FormLeftHide {
	float:left;
	width:25%;
	height:30px;
	visibility:hidden;
}
.FormRight {
	float:right;
	width:75%;
	height:30px;
}

.FormDBLLeft {
	float:left;
	width:48%;
}
.FormDBLRight {
	float:right;
	width:48%;
}

.FormLeftDBL {
	float:left;
	width:40%;
	height:30px;
	text-align:right;
}
.FormRightDBL {
	float:right;
	width:58%;
	height:30px;
}
.FormRightDBL .Text {
	width:170px;
}
.FormRightDBL .NarrowText {
	width:120px;
}

.FormDBLLeft2 {
	float:left;
	width:45%;
}
.FormDBLRight2 {
	float:right;
	width:53%;
}
.FormLeftDBL2 {
	float:left;
	width:50%;
	height:30px;
	text-align:right;
	padding:5px 3px 0 0;
}
.FormRightDBL2 {
	float:right;
	width:48%;
	height:30px;
	
}
.FormRightDBL2 .NarrowText {
	width:100px;
}
.FormRightTextArea {
	float:right;
	width:75%;
}
.FormRightText {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.FormClear {
	width:100%;
	clear:both;
}
