I need to find an DropDownList with class addressControlCountry. How?
You can use
$('#divLegalAddress).children()
If divLegalAddress has more than one children you may use .eq()-function to pick the right one.