	textarea {
		font-family: Arial, Helvetica, sans-serif
	}

	.floatDiv {
		background-color: white;
		border: 2px solid black;
		padding: 5px;
		width: 420px;		
		position: absolute;
		left: 0px;
		top: 84px;
		margin-bottom: 20px;
		
	}
	
	.floatDiv2 {
		background-color: white;
		border: 2px solid black;
		padding: 5px;
		width: 840px;
		position: absolute;
		left: -320px;
		top: 84px;
		margin-bottom: 20px;
		
	}
	
	.error {
		background-color: #FF9999;
	}
	
	span.error, label.error, p.error, div.error  {
		color: red;
		background-color: white;
	}
	

	.frmProgress {
		background-color: #5D6F5D;
		height: 5px;
		border: 1px solid #5D6F5D;
	}
	
	.complete {
		background-color: #99CC99;
	}
	
	
	.progressTitle {
		font-size: 90%;
		font-weight: bold;
		color: #646464;
	}
	
	
#fixedtipdiv 
{
	position:absolute;
	padding: 5px;
	border:1px solid black;
	font:normal 10px Arial;
	z-index:100;
	color: #000000;
	text-align: left;
}	