.loginview
{
	left: 675px;
	top: 40px;
	font-size:x-small;
	position: absolute;
	z-index:1000;
}
.loginview2
{
	left: 675px;
	top: 60px;
	font-size:x-small;
	position: absolute;
	z-index:1000;
}
tr
{
	font-size: x-small;
	font-family: verdana;
}
td
{
	vertical-align: middle;
}
.updates
{
	font-family: Consolas;
	font-weight: bold;
	color: #660000;
}
.header
{
	font-weight: bold;
	font-size: small;
	font-family: verdana;
}
.user_reg_header
{
	color: black;
	background-color: #cccccc;
}
.table_header
{
	font-size: small;
	color: #f5f5f5;
	background-color: black;
	font-variant: small-caps;
}
.heading
{
	
	font-weight: bold;
}
.error_msg
{
	font-weight: bold;
	font-size: small;
	color: red;
	font-style: italic;
	font-family: verdana;
}
.validators
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-style: italic;
	font-family: verdana;
}
.table_with_edges
{
	border-right: #006600 thin solid;
	border-top: #006600 thin solid;
	border-left: #006600 thin solid;
	border-bottom: #006600 thin solid;
}