<?xml-stylesheet href="css3-modsel-71.css" type="text/css"?>
<test xmlns:a="http://www.example.org/a" xmlns:b="http://www.example.org/b" xmlns:html="http://www.w3.org/1999/xhtml">
<form xmlns="http://www.w3.org/1999/xhtml">
<input type="radio" name="rg" value="1"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" checked="checked" value="2"></input>the background of this checkbox
          should be green<br></br>
<input type="radio" name="rg" value="3"></input>the background of this checkbox
          should be green<br></br>
</form>
</test>