#login_dialog{	z-index: 999;	position: absolute;	left: 130px;	visibility: hidden;	top: 150px;
	color:  black;
}

.loginboxtext	{
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
}


.dialog_400_header
{
	background: url(../_images/site/login_dialog_header.png) no-repeat;
	width: 400px;
	height: 8px;
}

.dialog_400_body
{
	background: url(../_images/site/login_dialog_body.png) repeat-y;
	border: 0px none transparent;
	padding: 0 10px 0 10px;
}

.dialog_400_footer
{
	background: url(../_images/site/login_dialog_footer.png) no-repeat;
	width: 400px;
	height: 20px;
}

.logininput, .pwdinput {
	font-size: 9px;
	font-family: Georgia, Verdana, Geneva, sans-serif;
	font-weight: Bold;
	width:90px;
}

