Input type text field box shadow css



<style type="text/css">
.nehemcp {width: 229px; height:25px; margin: 0px 0 5px 0px; padding:0px; border: 1px solid #ccc; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 5px 5px 5px #ccc;  text-align:center;}
</style>

<form action="" method="post">
<input class="nehemcp" maxlength="30" name="uname" type="text" value="" />
</form>