Here is the HTML code you need to use:
<input type="text" placeholder="Receiver name" maxlength="40" id="fname" name="fname" class="ci-heading ci-shadow-inset ui-input-text ui-body-c ui-corner-all ui-shadow-inset">
If you are using Asp.net, you can write it like this:
<ASP:TextBox id="txt1" placeholder="Receiver name"></ASP:TextBox>
For a simple HTML code structure:
<html>
<body>
<form action="#" method="POST">
<input type="text" placeholder="Receiver name" maxlength="40" id="fname" name="fname" class="ci-heading ci-shadow-inset ui-input-text ui-body-c ui-corner-all ui-shadow-inset">
</form>
</div>
</body>
</html>