.frm-table
{
	border-collapse:collapse;
	width:auto;
	background:#eee;
	color:#555;
	margin-bottom:1.5em;
}	

	.frm-table TD, .frm-table TH
	{
	 border-collapse:collapse;
	 padding:0.3em;
	}

.frm-header
{
	font-weight:bold;
	background: #fcaa2c; 
	color: #fff;
	border:none !important;
}	

	.frm-header TD
	{
		vertical-align:middle;
		border-bottom:1.5em solid #eee;
	}

.frm-header-space
{
	height:1em;
}


.frm-label 
{
	background:#eee;
	color: inherit;
	font-weight:bold;
	padding:0.1em;
	border-bottom:1px solid #ccc; 

}	


.frm-control
{
	background: transparent; /*#ccddee; */
	color: #000;
	border-bottom:1px solid #ccc; 

}	


.frm-divider
{
	background:#fff; 
	color: #000;	
	height:3em;
	vertical-align:middle;

}	


.frm-blank
{
	background: #eeeeee; 
	border-bottom:1px solid #ccc; 
	color: #000;
}	

.frm-bottom
{
	background: transparent /*#ccddee*/; 
	text-align:right;
	color: #000;	
	height:100%;
}	

.frm-bottom INPUT
{
	background:#ddd; 
	color:inherit;
	font-weight:bold;
	padding:0.1em;	
}	


	.frm-bottom INPUT:active
	{
		border-top:1px solid #333;
		border-left:1px solid #333;
		border-bottom:1px solid #eee;
		border-right:1px solid #eee;
	}


	.frm-bottom INPUT, .frm-bottom INPUT.disabledstyle, .frm-bottom INPUT.disabledstyle:active
	{
		font-weight:bold;
		border-top:1px solid #eee;
		border-left:1px solid #eee;
		border-bottom:1px solid #333;
		border-right:1px solid #333;
		text-decoration:none;
		text-align:center;
		width:6em;
	}


	.frm-bottom INPUT.disabledstyle, .frm-bottom INPUT.disabledstyle:active
	{
		color:#999;

	}

.frm-table-grey
{
	border-collapse:collapse;
	width:auto;
	background:#eee;
}	

	.frm-table-grey TD, .frm-table-grey TH
	{
	 border-collapse:collapse;
	 padding:0.3em;
	}

	.frm-table-grey TD IMG
	{
		vertical-align:bottom;
	}


.rnd-tl,.rnd-tr,.rnd-ml,.rnd-mr,.rnd-bl,.rnd-br
{
	padding:4px;	
	vertical-align:top;
}

.rnd-tl
{
	background-image:url(/images/tl.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}


.rnd-tr
{
	background-image:url(/images/tr.gif);
	background-position:top right;
	background-repeat:no-repeat;		
}
.rnd-ml
{
	border:none !important;
}
.rnd-mr
{
	border:none !important;
}
.rnd-bl
{
		background:url(/images/bl.gif) bottom left no-repeat transparent /*#ccddee*/;	
		border:none !important;
}
.rnd-br
{
		background:url(/images/br.gif) bottom right no-repeat transparent /*#ccddee*/;	
		border:none !important;
}

/*  END FORMS */


