Hi,
Because the uploader is compile in VS2003 , so it can't marked as [Themeable(true)] .
You can create your own control library :
[Themeable(true)]
public class MyUploader : CuteWebUI.Uploader
{
}
And then user MyUploader on pages, and theme it.
Regards,
Terry