.nlbox {
	padding: 10px;
	background-color: #FFFFFF;
}
.nlbox td {
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
.nlbox td.lbl {
	width :  75px;
	vertical-align: top;
}
.nlbox td label {
	text-align: right;
}
.nlbox td input.text {
	width : 125px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	border: 1px solid #000099;
}
.nlbox td textarea {
	width : 275px;
	height: 100px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	border: 1px solid #000099;
}