<form method="post" action="#URL#"> <input type="checkbox" name="acceptAgreement" id="acceptAgreement" /> <label for="acceptAgreement">I accept the User Agreement and Privacy Policy</label> <br /><br /> <input type="submit" value="Register" /> </form>
<head> <style type="text/css"> .roundify { -webkit-border-radius: 10px; width: 300px; } .blue { background-color: #0000FF; color: #FFF; } </style> </head> <body> <div class="roundify blue"> <p>This div will appear blue with round borders.</p> </div> </body>