.usrTbl{
	width: 100%;
	border-collapse: collapse;
	border-width: 1px;
	border-style:solid;
}

td,th{
	border-width: 1px;
	border-style:solid;
	border-color: #999;
	font-size: 14px;
	padding: 0.2em;
}


th{
	background-color:#FFE4E1;
}

tr.notUsr{
	background-color:#eeeeee;
}

fieldset{
	border:0px;
}

td.important {
	white-space: nowrap;
}
