.box_bg {}

#box 
{
	display: block;
	visibility: visible;
	position: absolute; 
	/* this must be set to auto or FF does not give correct measurements for swapped skins */
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	color: #000000; 
	z-index: 100;
}

#box_bg_id 
{ 
}

#box_container
{
}

#box_title
{

}

#box_controls
{

}

#box_msg
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.box_msg
{
	width: 100%;
	height: 100%;
	overflow: auto;
} 

#box_msg_bg
{
}

#box_ctrlbar
{
	height: 30px;
	cursor: move; 
}

#progress
{
	text-align: center;
	vertical-align: middle;
	height: 100%;
}

#box_cache
{
	position:absolute;
	display: none;
	top:0;
	left:0;
	visibility:hidden;
}

#box_frame
{
	width: 100%;
	height: 100%;
}
.box_frame
{
	width: 100%;
	height: 100%;
}
#box_minmax
{
	visibility: hidden;
}
#box_close
{
	visibility: inherit;
}