﻿.Progress
{
	position: absolute;
	top: 45%;
	left: 45%;
	width:130px !important;
	height:200px !important;
	z-index:201;
	z-index:210;
}
.Progress .ProgressContent
{
	height: 95px;
	width: 100px;
	margin: 15px;
}
.Progress .ProgressContent img
{
	margin-top: 1px;
}
.Progress .t
{
	background: white url(/includes/images/framework/overlay/ovG.png) 0 0 repeat-x; 
}
.Progress .b
{
	background: url(/includes/images/framework/overlay/ovG.png) 0 100% repeat-x;
}
.Progress .l
{
	background: url(/includes/images/framework/overlay/ovG.png) 0 0 repeat-y;
}
.Progress .r
{
	background: url(/includes/images/framework/overlay/ovG.png) 100% 0 repeat-y; 
}
.Progress .bl
{
	background: url(/includes/images/framework/overlay/ovGBL.png) 0 100% no-repeat;
}
.Progress .br
{
	background: url(/includes/images/framework/overlay/ovGBR.png) 100% 100% no-repeat;
}
.Progress .tl
{
	background: url(/includes/images/framework/overlay/ovGTL.png) 0 0 no-repeat;
}
.Progress .tr
{
	background: url(/includes/images/framework/overlay/ovGTR.png) 100% 0 no-repeat;
}

