		
/* Form */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background: inherit;
}

td {
}

/* Button */
.button {
	border-style: normal;
	color: #000000;

}

/* Text Box */
.textbox {
	border-style: normal;
	color: #000000;

}

/* List Box */
.listmenu {
	border-style: normal;
	color: #000000;

}

/* Form title */
.form_title
{
	color:#FFFFFF;
	background:#CC0000;
	font-weight:bold;
}

/* description */
.desc
{
	color:#FF0000;
}

/* Progress bar box */
.progressBox {
	width: 100%;
	height: 20;	
	position: relative;
	align:centre;
	background: #cccccc;
}

/* Progress Bar */
.progressBar {
	width: 0; 
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: #0000FF;
	font-size:1px;
}

/* Main box of the progress bar */
/* .mainbox{
	border-style:solid; border-width:3; color:#2832AD;
	background: #FFFFFF;
	HEIGHT: 40px;
	WIDTH: 350px;
	POSITION:relative;
	LEFT: 300px;	
	align:centre;
	font-size:13px;
	z-index:1 ;
	visibility:hidden;
} */

/* Label */
label {
	background:#CCCCCC;
	text-align:right;
}
