I want to increase the check box size for my following code:
<div id="chatBox">
<form>
<input type="checkbox" name="chat" value="LiveChat" />Live Chat<br />
<input type="checkbox" name="email" value="Email us" />Email Us
</form>
</div>
is it possible?