.nForm .row {
	padding-bottom:5px;
}
.nForm .row label {
	display:block;
	width:110px;
	float:left;
}
.nForm .row div {
	float:left;
	width:220px;
}
.nForm .row div label {
	float:none;
	display:inline;
	width:auto;
} 
.nForm div.clear {
	display:block;
	width:auto;
	clear:both;
	padding-top:5px;
} 
.nForm br.clear {
	clear:both;
} 
.nForm .rowCmd {
	padding-top:5px;
} 
.nForm .rowCmd input {
	margin-left:110px;
	width:auto;
} 
.nForm fieldset {
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right:10px;
} 
.nForm fieldset legend {
	color:#fff;
} 
.nForm fieldset .rowChk div {
	width:auto;
} 
