<!DOCTYPE HTML>
<html>
<head>
<style>
.btn-save {
background-image : url(images/bt-save.png);
background-repeat : no-repeat ;
width : 45px ;
border-radius : 3px;
background-color : #f2f2f2 ;
cursor : pointer ;
border : 1px solid #ccc ;
background-position : top center ;
padding : 30px 0px 0px 0px ;
font-size : 11px ;
}
.btn-hover : hover {
background-color : #3cc;
}
</style>
</head>
<body>
<input type="submit" value="ذخیره" />
<input type="submit" class="btn-save btn-hover" value="ذخیره" />
</body>
</html>