#confRegister h3 {
	border-top: 3px solid #D59F0F;
	padding-top: .7em;
	margin-top: 2em;
	}

#confRegister h3 i {
	font-weight: normal;
	}

#confRegister br {
	display: block;
	width: 100%;
	clear: both;
	line-height: .1%;
	font-size: 1px;
	}

#confRegister label {
	width: auto;
	margin-bottom: .5em;
	}

#confRegister label.required {
	font-weight: bold;
	}

#confRegister form div input,
#confRegister form div select {
	border: 1px #aaa solid;
/*	border-top-width: 2px;
	border-top-color: #eee;
	border-top-style: ridge; */
	}

#confRegister input.radio {
	margin-right: .2em;
	}

#confRegister .radioGroup label {
	margin-right: 1em;
	}

#confRegister input.checkbox {
	margin-left: 20%;
	margin-right: .2em;
	}

#confRegister input.button {
	font-size: 1em;
	margin-top: 1em;
	padding: .1em;
	}


/*-----DEGBUG 
form { background-color: #ddd;}
label {background-color: #9dd;}
label, div {background-color: #dd9;}
-----END DEGBUG */


#confRegister form div select,
#confRegister form div input {
	width: 100%;
	}

#confRegister form div.checkbox_threeCol {
	width: 17em;
	float: left;
	padding-right: 1em;
	padding-bottom: .7em;
	}

#confRegister form div.checkbox_threeCol input {
	width: auto;
	margin-right: .5em;
	}

#confRegister form fieldset.radioGroup {
	display: inline;
	}

#confRegister form .checkbox,
#confRegister form .radioGroup input {
	width: auto !important;
	border: none !important;
	}

#confRegister form ul.note {
	font-size: 1em;
	font-style: italic;
	clear: left;
	}

#confRegister .invalid {
	border-color: red;
	color: red;
	}



/*===============  Fee Schedule Table  =============== */

#feeSchedule {
	padding-bottom: 1em;
	width: 100%;
	}

	#feeSchedule tr {
		padding-top: 1em;
		}
	
		#feeSchedule th,
		#feeSchedule td {
			font-size: 1.1em;
			border-bottom: 2px solid #CCCCCC;
			padding: 1em .3em .3em 0em;
			vertical-align: top;
			}
		
		#feeSchedule th {
			padding: .5em .5em 0 .5em;
			font-size: 1.2em;
			font-weight: bold;
			white-space: nowrap;
			border-right: none !important;
			}
		
			#feeSchedule th i {
				font-weight: normal;
				}
		
		#feeSchedule .overview th {
			border-bottom: none;
			text-align: center
			}
		

		#feeSchedule th.price1 {
			color: #444;
			border-right: none;
			}

		#feeSchedule th.price2 {
			background-color: #EBEAED;
			}

		#feeSchedule th.price3 {
			border-left: 1px solid #eeeeee;
			}

		#feeSchedule th.price1,
		#feeSchedule th.price2,
		#feeSchedule th.price3,
		#feeSchedule th.price4 {
			font-weight: bold;
			font-size: 1em;
			border-right: 1px solid #eeeeee;
			}


		#feeSchedule .price1,
		#feeSchedule .price2,
		#feeSchedule .price3,
		#feeSchedule .price4 {
			white-space: nowrap;
			padding-left: .5em;
			border-right: 1px solid #EEEEEE;
			}
		
		#feeSchedule .price1,
		#feeSchedule .price2 {
			font-weight: bold;
			}
		
		#feeSchedule td.price1,
		#feeSchedule td.price2 {
			background-color: #EBEAED;
			}

		#feeSchedule td.price3 {
			border-left: 1px solid #eeeeee;
			}
		
		#feeSchedule .price1 {
			color: #444;
			border-right: 1px solid #CCCCCC;
			}

#feeSchedule p,
#feeSchedule ul {
	font-size: 1em;
	}

/*===============  Payment Summary Table  =============== */

#paymentSummary {
	width: 100%;
	}

	#paymentSummary tr {
		padding-top: 1em;
		}
	
		#paymentSummary tr.lineItem td {
			border-top: 1px solid #d0d0d0;
			}
	
		#paymentSummary td {
			font-size: 1.1em;
			padding: .1em .3em .1em 0em;
			vertical-align: top;
			}


		#paymentSummary .price {
			white-space: nowrap;
			text-align: right;
			}
		

#paymentSummary p,
#paymentSummary ul {
	font-size: 1em;
	margin-bottom: 0;
	}

