.login
{
	background-color: white;
	color: black;
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;

	margin-top: 0px;
	height: 94px;
	font-size: 8pt;
}

.login_canvas
{
	position: absolute;
	font-size: 10pt;
	text-align: center;
	top: 140px;
	left: 20px;
	width: 480px;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
        
}

.login_field
{
       padding-top: 5px;
 	
}
