#Status
{
	position				:	absolute;
	z-index				:	20;
	width				:	740px;
	background-color			:	#ffffff;
	border				:	1px	solid	#999999;
	padding				:	2px 8px;
	line-height			:	1.4em;
	opacity				:	0.5;
	mod-opacity			:	0.5;
	filter				:	alpha(opacity=50);
}
span
{
	font-weight			:	bold;
}

#Outframe
{
	position			:	absolute;
	padding			:	0px 8px 0px 8px;
	border			:	1px	solid	#999999;
	width			:	740px;
	height			:	330px;
	background-color		:	#eeeeee;
	overflow			:	hidden;
}
#Inframe
{
	position			:	absolute;
	cursor			:	move;
}


