ul.fees{
	list-style: none;
}

ul.fees li{
	margin:5px 0;
}

ul.fees li label{
	margin-left:-25px;
	cursor:pointer;
}
ul.fees li .note{
	margin:5px 0;
}

ul.fees li div#usms_waiver_section{
	display:none;
	border:1px dotted white;
	background-color:#263B62;
	padding:10px;
	margin:10px 0;
}
ul.fees li.waived div#usms_waiver_section{
	display:block;
}
ul.fees li ul{
	margin:10px 0;
	font-size:12px;
}

div.submit{
	margin-top:25px;
	text-align:center;
}

div.submit input{
	height:50xp;
}
