/* id selector */
div#loginbox
{
	margin-top:0px; margin-bottom:0px; 
	margin-left:auto; margin-right:auto; 
	padding:10px;
	width:250px;
	height:130px;
	background-color:#FFFFFF;
	border-style:inset;
	border-color:#9999FF;
	border-width:3px;
	position:relative;
	top:30px;
	left:0px;
	visibility:hidden;
	white-space:nowrap;
	z-index:5;
}

div#user
{
	margin:0px 5px 3px 5px;
	padding:5px 0px 0px 0px;
	white-space:pre;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

div#pass
{
	margin:0px 5px 3px 8px;
	padding:5px 0px 0px 0px;
	white-space:pre;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

div#badLoginNote
{
	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	position:absolute;
	top:88px;
	left:0px;
}

div#submitB
{
	margin:0px;
	padding: 0px;
	width:90px;
	position:relative;
	top:2px;
	left:20px;
}

div#cancelB
{
	margin:0px;
	padding: 0px;
	width:90px;
	position:absolute;
	top:63px;
	left:128px;
}


/* class selector */
.loginform
{
	margin: 0px;
	padding: 0px;
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align:center;
	color:#000000;
	position:absolute;
	top:10%;
	left:5%;
	white-space:nowrap;
}

