Instead of image how to include a text saying required
<label class="req">Name:</label>
.req
{
//background-image:url(img/mandatory.jpg);
background-position:top right;
background-repeat:no-repeat;
padding-right:10px;
font-weight:bold;
}