div.loading_block
{
	position: absolute;
	width: 80px;
	text-align: center;
	top: 100px;
	left: 300px;
}

div.loading_text
{
	font-size: 14px;
	/*color: rgb(150,150,150);*/
	color: rgb(0,0,0);
	padding: 2px 0px 2px 5px;
}

div.loading_frame
{
	position: relative;
	border:1px solid rgb(208,208,208);
	width: 80px;
	height: 6px;
	font-size: 2px;
	overflow: hidden;
}

div.loading_movebar
{
	position: absolute;
	width: 20px;
	height: 6px;
	left: -20px;
	top: 0px;
	font-size: 1px;
	background-color: rgb(108,108,108);
}
