﻿/******************************/
/*        PROGRESS BAR        */
/******************************/

.ProgressBarSide
{
	position:absolute;
	height:21px;
	width:100px;
	color:Silver;
	border-width:1px;
	border-style:Solid;
	display:none;
}

.ProgressBar
{
	position:absolute;
	height:21px;
	width:0%;
	background-color:#3366FF;
}

.ProgressText
{
	position:absolute;
	height:21px;
	width:100%;
	text-align:center;
}

