#BarImage
{
	width						:	0px;
	height						:	16px;
	background-image			:	url(../library/image/TaskBar/BarFlow.gif);
	background-position		:	0px 0px;
}
#BarImage2
{
	width					:	0px;
	height					:	8px;
	background-image			:	url(../library/image/TaskBar/BarNone.gif);
	background-position			:	0px -6px;
}
#BarFrameOut
{
	overflow				:	hidden;
	width					:	710px;
	background-image			:	url(../library/image/TaskBar/BarNone.gif);
	background-color			:	#eeeeee;
}
#LabelStatus
{
	float					:	left;
	width					:	48px;
}
#PanelComment
{
	position				:	absolute;
	top					:	300px;
	left					:	300px;
	display					:	none;
	width					:	200px;
	height					:	120px;
	padding				:	10px;
	border					:	solid	1px	#cccccc;
	background-color			:	#ffffff;
	opacity				:	0.9;
}

div.PanelIcon
{
	float					:	left;
	width					:	80px;
	height					:	80px;
	padding				:	5px;
	text-align				:	center;
	font-size				:	10px;
}

