@charset "utf-8";
/* CSS Document */

/* form elements  */

	fieldset {  
		margin: 			10px 0 0 0;  
		padding: 			0;
		background:			transparent url(../images/botCornerLift.gif) no-repeat bottom right;
	}

	legend {  
		text-transform:		lowercase;
		font-size:			1.3em;
		padding:			5px;
		margin-left:		1em;
		color:	            #390;
		background-color:    #000000;
		text-align:left;
		border:#390 thin solid;
	}
	
 th.header{
	 border-bottom:#CCC solid;
	 border-top:#CCC solid;
	 cursor:pointer;
	 color:#006;
 }

label.clientDetail {
	float:left;
	text-align:right;
	margin-right:5px;
	display:block;
}
