	
	.message A:link, .message A:visited
	{
		color:#000000;
	}
	
	.message A:hover
	{
		text-decoration:underline;
	}
	
	.table
	{
		
	}
	
	.table .errorRowHidden
	{
		display:none;
	}
	
	.table .errorRowVisible
	{
		display:inline-block;
		width:440px;
		#width:450px;
		margin-top:5px;
		margin-bottom:5px;
		border:1px solid red;
		padding:10px;
	}
	
	.table .message
	{
		display:block;
		width:460px;
		margin-top:10px;
	}
	
	.table .message A:link, .table .message A:visited
	{
		color:#000000;
	}
	
	.table .message A:hover
	{
		text-decoration:underline;
	}
	
	.table .tableRow
	{
		float:left;
		margin-bottom:5px;
	}
	
	.table .tableRow .textCell
	{
		display:inline-block;
		#display:inline;
		float:left;
		width:290px;
		#width:280px;
		padding-top:4px;
		padding-right:10px;
		#padding-right:20px;
		font-weight:bold;
	}
	
	.table .tableRow .inputCell
	{
		display:inline-block;
		#display:inline;
		float:left;
		width:170px;
		text-align:center;
	}
	
	.table .tableRow .inputCell TEXTAREA
	{
		overflow:auto;
		width:190px;
		height:75px;
	}
	
	.table .tableRow .inputCell LABEL
	{
		margin-right:10px;
	}
	
	.table .tableRow .inputCell SELECT, .table .tableRow .inputCell SELECT OPTION
	{
		font-size:12px;
		width:170px;
	}
	
	.table .tableRow .inputCell INPUT
	{
		width:170px;
		border:none;
		border-bottom:1px solid #afafaf;
		text-align:right;
		padding-right:10px;
	}
	
	.table .tableRow .inputCell INPUT.text
	{
		color:#060;
		margin:0px;
	}
	
	.table .tableRow .inputCell INPUT.radio
	{
		width:auto;
		border:none;
	}
	
	.table .tableRow .inputCell INPUT.button
	{
		border:1px solid #afafaf;
		text-align:center;
	}
	
	.table .tableRow .inputCell #field_total
	{
		font-weight:bold;
		color:#F00;
	}
	
	.specialText
	{
		color:#cf853c;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
