.UsersLogonError
{
	color: red;
	font-size: 12px;
}

Table.UsersLogon
{
	border-color: grey;
	border-style: none;
	border-width: 1px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

TD.UsersLogonBodyLeft
{
	width: 10%;
	margin: 0px;
	padding: 5px;
	text-align: center;
	border-color: rgb(175,175,192);
	border-style: solid;
	border-top-style: none;
	border-width: 1px;
	font-size: 12px;
	vertical-align: top;
}

TD.UsersLogonBodyRight
{
	width: 90%;
	margin: 0px;
	padding: 5px;
	text-align: center;
	border-color: rgb(175,175,192);
	border-style: solid;
	border-top-style: none;
	border-width: 1px;
	font-size: 12px;
	vertical-align: middle;
}

TD.UsersLogonTopLeft
{
	width: 10%;
	background-image: url('/image/radial.gif');
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: rgb(175,175,192);
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	font-size: 11px;
	vertical-align: baseline;
}

TD.UsersLogonTopRight
{
	width: 100%;
	background-image: url('/image/radial.gif');
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: rgb(175,175,192);
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	font-size: 11px;
	vertical-align: middle;
}

TD.UsersLogonName
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: grey;
	border-style: none;
	border-width: 1px;
	font-size: 11px;
	vertical-align: middle;
}

TD.UsersLogonPassword
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: grey;
	border-style: none;
	border-width: 1px;
	font-size: 11px;
	vertical-align: middle;
}

TD.UsersLogonBottom
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: grey;
	border-style: none;
	border-width: 1px;
	font-size: 11px;
	vertical-align: middle;
}

INPUT.UsersLogonText
{
	text-align: left;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	vertical-align: baseline;
	width: 100px;
	height: 16px;
}

INPUT.UsersLogonSubmit
{
	margin-top: 5px;
	text-align: center;
	color: rgb(0,100,0);
	background-color: rgb(245,245,255);
	border-color: rgb(175,175,192);
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	vertical-align: middle;
	width: 100px;
	height: 16px;
}

INPUT.UsersLogonSubmit1
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: rgb(0,100,0);
	background-color: rgb(245,245,255);
	border-color: rgb(175,175,192);
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	vertical-align: middle;
	width: 100px;
	height: 16px;
}

