<!-- change the width of "jhLbl" (now 150px) whatever you want (same as current span width)
also change the padding-left of "ul.jhBlock li" (padding should be +10 than "jhLbl) -->
<ul class="jhBlock">
<li>
<div class="jhLbl">Title text</div>
<input type="text"><input type="text">
</li>
<li><input type="text"><input type="text"></li>
<li><input type="text"><input type="text"></li>
<li><input type="text"><input type="text"></li>
</ul>