.popbox 
{
	width: auto;
	height: auto;
	position: absolute;   
	top: 0;   
	left: 0;   
	display: none; 
	z-index: 99;
} 
.popstatus
{
	width: 100%;
	text-align: left;
	background: #eeeeee; 
	font-size: 12px; 
	padding: 0px;
	padding-left: 0px;
	font-family: arial;
	cursor:move;
}
#popresize 
{
	background: #999999; 
	color: #FFFFFF; 
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 10px;
} 
#popclose 
{
}
.popclose
{
	color: #666666; 
	text-align: right;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
} 
.poptitle 
{
 	font: small-caps 600 12 arial;
 	color: #E86F1E;
	width: 100%;
	text-align: left;
	font-size: 14px; 
	padding-left: 3px;
	padding-bottom: 3px;
	font-family: arial;
	font-weight: bold;
	cursor:move;
	background: transparent;
}
.popcontent 
{
	width: 100%;
	height: 100%;
	font-size: 12px; 
	padding: 10px;
	font-family: arial;
	overflow: auto; 
}
.popcontainer 
{
	width: 100%;
	height: 100%;
	color: #666666; 
	background: #F0F0F0;
	font-size: 10px; 
	font-family: arial;
	padding: 0px;
	margin: 0px;
	background: transparent;
} 
.popevent
{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

