si quieres agregar una imagen en un boton con el mismo estilo checate este código
<head>
<style>
.ButtonBlue
{ BACKGROUND-COLOR: "red";
BORDER-BOTTOM: #002f9f 2px solid;
HEIGHT: 25px;
WIDTH: 100px;
BORDER-LEFT: #9fcfff 2px solid;
BORDER-RIGHT: #002f9f 2px solid;
BORDER-TOP: #9fcfff 2px solid;
COLOR: white;
CURSOR: hand;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 68.75%;
FONT-WEIGHT: bold
}
</style>
</head>
<body>
<button class=ButtonBlue><img src="http://www.forosdelweb.com/images/profile.gif"></button>