div.dLogman, form.advertForm, form.advertForm2, form.advertForm3{/* containing box for whole logman frontend*/
	border:1px inset #155425;
	clear:both;
	margin:auto;
	width:90%;
}
h3.h3Logman{/* welcome and error messages */
	color:#000;
	text-align:center;
	font-size:1.3em;
}
p.pLogman{/* instruction notes */
	color:#155425;
	text-align:center;
	font-size:1.0em;
}
a.aLogmanLogout:active, a.aLogmanLogout:link, a.aLogmanLogout:visited{/* logout link */
	border:1px outset #155425;
	background-color:#ccc;
	text-decoration:none;
	font-size:1.0em;
	font-weight:normal;
}
a.aLogmanLogout:hover{/* logout link */
	border:1px inset #155425;
	background-color:#ccc;
	text-decoration:none;
	font-size:1.0em;
	font-weight:normal;
}
table.tabLogman{/* layout table containing login form */
	table-layout:auto; 
	margin:auto;
	border-collapse: collapse;
	width:auto;	
}
td.tdLogmanLeft{/* tds containing row headings: eg "username" and "password" text */
	text-align:right;
	padding:0 1px 0 0;
	font-size:0.9em;
	font-weight:bold;
	vertical-align:top;
}
td.tdLogmanRight{/* tds containing input fields: eg "username" and "password" */
	text-align:left;
	font-size:0.9em;
	vertical-align:top;
}
td.tdLogmanMerged{/* td containing the login submit button: eg "Login" */
	text-align:center;
}
input.inpLogmanText{/* text field for username & password input */
	width:100px;
	border:1px inset #155425;
	margin:0 0 1px 0;
}
input.inpLogmanSubmit{/* submit button for login form */
	border:1px outset #155425;
}

