@charset "utf-8";

.FormRow {
	width: 508px;	
	height: auto;
	background-color: #e8e8e8;


}

.FormLbl {
	float: left;
	width: 240px; /* 508 - 253 */
	height: auto;
	padding-left: 15px;
	background-color: #e8e8e8;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 20px;
}

.FormFld {
	float: left;
	width: 240px;
	height:  auto;
	background-color: #e8e8e8;
	text-align: left;
	vertical-align: top;
	line-height: 20px;

}

.FrmFldTxt {
	float: left;
	display: block;
	margin-top: 2px;
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	height: 12px; /* 16 - 2 - 1 - 1 */
	line-height: 14px;
}

