Label tag numeric text box

HTML

<script src="http://cdn.kendostatic.com/2012.2.710/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.default.min.css">
<label for="simpelEdit">Simple text box"</label><input class="k-textbox" id="simpelEdit"/><br/>
<label for="numEdit">Numeric box"</label><input data-role="numerictextbox" id="numEdit"/><br/>
<label for="ddEdit">DropDown box"</label><select data-role="dropdownlist" id="ddEdit"><option>Value1</option><option>Value2</option> </select>

JavaScript

kendo.bind($('body'));