/*
					LOGIN FORMS
*/
.formLogin {
	font-family: Times New Roman;
	font-size: 9px;
	font-weight: normal;
	
	text-align: left;
	color: #000000;
	
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
	
	background-color: #FFFFFF;
}

.stnFrm {
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: normal;
	
	text-align: left;
	color: #000000;
	
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-bottom:#999999 1px solid;
	border-right:#999999 1px solid;
	
	background-color: #FFFFFF;
}

.formButton {
	font-family: Times New Roman;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #901a10;
	text-decoration: none;
	border: 1px solid #901a10;
	background-color: #FFFFFF;
	height: 20px;
	width: auto;
}