Errors found in Document

	  10:	Unescaped '<' not allowed in attributes values
	  10:	attributes construct error
	  10:	Couldn't find end of Start Tag input line 10

   1:	<form>
   2:							<fieldset>
   3:							
   4:								<h2>Send Us A Message</h2>                                                              
   5:							
   6:								<ul>
   7:						
   8:									<li>
   9:										<label for="Interested" class="text">I'm interested in</label>
  10:										<input type="text" value="Mercedes 280SL - 1970, 2011 <h2>SL Collection</h2>" title="Interested" name="Interested_in" id="Interested" size="22" maxlength="100" class="inputBox noMargin" tabindex="1"/>
  11:									</li>					
  12:									<li>
  13:										<label for="Name" class="text">Name</label>
  14:										<input rel="required" type="text" value="" title="Name" name="Name" id="Name" size="22" maxlength="100" class="inputBox noMargin" tabindex="1"/>
  15:									</li>			
  16:									<li>
  17:						
  18:										<label for="Contact no" class="text">Contact no.</label>
  19:										<input type="text" value="" title="Contact no." name="Contact_Number" id="Contact no" size="22" maxlength="100" class="inputBox noMargin" tabindex="1"/>
  20:									</li>								
  21:									<li>
  22:										<label for="Email address" class="text">Email address</label>
  23:										<input rel="email" type="text" value="" title="Email address" name="email" id="Email address" size="22" maxlength="100" class="inputBox noMargin" tabindex="1"/>
  24:									</li>
  25:									<li>
  26:						
  27:										<label for="Message" class="text">Message</label>
  28:										<textarea value="" name="Message" id="Message" cols="22" rows="5" class="textArea" tabindex="4"/>
  29:									</li>
  30:								</ul>
  31:								
  32:								<div class="button">
  33:									<input type="submit" value="Send Message" title="Send Message" class="submit" id="submit" tabindex="5"/>
  34:								</div>
  35:								
  36:							</fieldset>
  37:						
  38:						</form>
  39: