/*
// Members			 				nnunn2014-05-05
*/
/* #login-page { } */
/* #register-page { } */
/* #resetpw-page { } */
/* #setpw-page { } */
div#login-form {
	width: 283px;
	margin: 1.33em auto;
}
div#reg-form {
	width: 283px;
	margin: 1.33em auto;
}
div#resetpw-form {
	width: 283px;
	margin: 1.33em auto;
}
div#setpw-form {
	width: 283px;
	margin: 1.33em auto;
}
div#user-filter,
div#group-filter {
	width: 383px;
	margin: 0 auto;
}
table#user-list,
table#group-list {
/*	width: 750px; */
	width: 100%;
	margin: 0 auto;
}
table#user-list .c3 {
	width: 150px;
}
div#member-record {
	width: 383px;
	margin: 0 auto;
}
div#member-record textarea {
	width: 100%;
}
div#members-app-menu {
	width: 65%;
	margin: 0 auto;
}
table#user-list .c1 {
	width: 40px;
}
table#user-list .c2 {
	width: 20px;
}
input#tos.flderr {
    outline: 1px groove red;
}