This is assuming your image size is proper (i.e. 16x16 px or whatever fits in your button).
.imagebuttonstyle {
background:#FFFFFF;
color:#000000;
font-size:8pt;
background: #FFFFFF url(http://www.mydomain.com/images/lock.png) no-repeat;
background-position: left;
text-align: center;
border-width:1px;
border-style:solid;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
<input class="imagebuttonstyle" name="submit" type="submit" value="Login" />