@CHARSET "ISO-8859-1";

.loginForm {
	text-align:			right;
	font-size:			10px;
	
}

.loginBox {
	height:				14px;
	padding:			2px;
	width:				105px;
	
	background-image:	url(../images/input.background.gif);
	background-repeat:	repeat-x;
	
	border-width:		1px;
	border-color:		#999999;
	border-style:		solid;
	
	font-family:		arial;
	color:				#C00;
	font-size:			10px;
	font-weight:		bold;
	
	margin-bottom:		4px;
}
