div#WasteBox table.AddressSelectionControl
{
	font-family: Verdana,Arial;
	font-size: 12px;
	color: #004B91;
	
	width: 100%;
}

div#WasteBox table.AddressSelectionControl td.Label
{
	width: auto;

	vertical-align: middle;
	padding-right: 5px;
}

div#WasteBox table.AddressSelectionControl td.Label div
{
	white-space: nowrap;
}

div#WasteBox table.AddressSelectionControl td.List
{
	width: 100%;
}

div#WasteBox table.AddressSelectionControl td.List select
{
	width: 100%;
}

