#loginForm {
	position:relative;
	top:108px;
	left:90px;
	width:250px;
/*	height:30px;*/
	display:inline !important;
}

#loginForm input {
	padding-left:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	width:95px;
	height:18px;
	border:1px solid #2f2b2c;
}

#loginForm label {
	color:#2f2b2c;
	font-weight:bold;
	display:inline;
	height:18px;
	line-height:18px;
}

#loginForm .button {
	background:#2f2b2c;
	height:21px;
	color:white;
	width:28px;
	margin:0 0 0 0;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	position:relative;
	top:4px;
	=top:0;
}

#loginForm a, #loginForm a:visited {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	display:inline;
	text-align:center;
}
