
p {font: 12px verdana,sans-serif,arial; color: #333333;}
	
/* Form */
td {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background:#ffffff;
}




/* Button */
.button {
	border-style: normal;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;

}

/* Text Box */
.textbox {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}

/* List Box */
.listmenu {
	border-style: normal;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}

/* Form title */
.form_title
{
	color:#FFFFFF;
	font-size:13px;
	background:"#7895C9";
	font-weight:bold;
}

/* description */
.desc
{
	color:#FF0000;
	font-size:11px;
}


/* 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;
}