Take a look at this code snippet:
<div class="paymentOption">
<input type="radio" name="paymentOption" value="1" />
<span class="marginLeft10">1-time payment using a different credit card</span>
</div>
Is it feasible to use CSS exclusively to target the div containing a selected radio button? How would you accomplish this task?