#loginPopup 
{
	width:      330px;
	position:   absolute;
	font-weight:    bold;
	visibility: hidden;
	overflow: hidden;
	z-index:    8;
}

#passwordPopup 
{
	width:      300px;
	position:   absolute;
	font-weight:    bold;
	visibility: hidden;
	overflow: hidden;
	z-index:    9;
}

#samplePopup 
{
	width:      300px;
	position:   absolute;
	font-weight:    bold;
	visibility: hidden;
	overflow: hidden;
	z-index:    9;
	top:        777px;
}

.popupBar 
{
	font-weight:    bold;
	height: 30px;
	font-size: 12px;
	overflow:			hidden;
}

.popBar 
{
	background-image: url(../images/bar.gif);
	cursor: pointer;
	overflow:			hidden;
}

.popupBox 
{
	background-color: silver;
	padding:     10px;
	width: 97%;
	border-bottom:  2px outset gray;
	border-left:  2px outset silver;
	border-right:  2px outset gray;
	overflow:			hidden;
	color:black
}
