My current HTML code is shown below.
<div class="field">
<label>E-mail address: </label>
<input type="text" id="email" name='email' style="width:200px;"></input>
<span class='warning' id="emailWarning" > </span>
<div class="tip" id="emailTip"></div>
</div>
I am looking to align the text in the div element (class = 'tip') with the start of the form's text field. What would be the best way to achieve this using HTML and CSS?
The current layout can be viewed here: http://jsfiddle.net/pEJMD/embedded/result/