fieldset * {
	max-width: none;
	width: auto;
}

fieldset {
	
	border: solid #DDD 1px;
	margin-top: 5px !important;
	margin-left: 5px;
	padding: 5px;
	padding-top: 0px;
}

	legend {
		display: none;
	}
	
	fieldset h4 {
		display: block;
		
		background-color: #009484;
		color: white;
		margin-top: 3px;
		padding: 4px 8px;
		
		margin-top: 3px !important;
		margin-left: -2px;
		margin-right: -2px;
		margin-bottom: 10px;
	}
	
	.sub-right, .sub-left {
		width: 410px !important;
		float: left;
	}
	
	.sub-right {
		float: right;
	}
	
	.buttons {
		clear: both;
		margin-top: 50px;
		text-align: center;
		width: 100%;
	}
	
	th {
		background-color: #e2e6dc;
		text-align: left;
		padding: 10px;
	}
	
	th, td {
		border-top: solid #cac8ae 1px;
	}
	
	td {
		padding: 10px;
	}
	
	td fieldset {
		border: none;
	}
	
	fieldset td {
		padding: 3px;
		border: none !important;
	}
	
	fieldset td input {
		margin-left: 10px;
	}