﻿#__asptrace
{
	position: absolute;
	top: 1100px;
	left: 0px;	
}
label
{
	cursor: hand;	
}
.chkbox input
{
	border: none!important;
	background-image: none!important;		
	width: 30px!important;
}
.chkbox label
{
	display: inline!important;	
}
.success
{
	color: #008800!important;	
}
.textsm
{
	font-size: xx-small;	
}
.progressBar
{
	position: absolute; 
	top: 175px; left: 35%; 
	background-color: #FFFFFF; 
	border: solid 1px black; 
	width: 200px; 
	text-align: center; 
	padding: 20px 0px 20px 0px;
	background-image: url('../../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}