.two_column
{
	width:525px;
}
.column1
{
	width:250px
}
.column2
{
	width:250px;
}
.spacer_column
{
	width:25px;
}
#login_table
{
	border:1px solid #333;
}
.loing_input
{
	width:125px;
	text-align:left;
}
.login_input input
{
	border:1px solid #333;
	font-size:9px;
	color:#333;
	width:110px;
}
.login_text
{
	width:75px;
	font-size:9px;
	color:#333;
	text-align:right;
}
#login_text2
{
	color:#333;
	text-align:center;
}
#login_submit
{
	text-align:center;
}
#login_submit input
{
	border:1px solid #333;
	background-color:#ACC0D7;
	color:#000;
	font-size:9px;
	font-weight:bold;
	width:50px;
	height:20px;
	text-align:center;
}
#login_header
{
	background-color:#003A64;
	color:#FFF;
	font-size:9px;
	font-weight:bold;
	line-height:15px;
	text-align:left;
}