Selector Syntax

Selector Syntax

<div id="ct_set">
  <input type="image" name="ct_imgbtn_red" alt="red" />
</div>


I'm attempting to create a wrapped set based on the following rule:
All input:image elements contained within the div:#ct_set element

I know that this is simple, but I'm struggling with the correct syntax. Any assistance would be very much appreciated.