упрощенная кнопка
но можешь в background-img:url(photo.png); поставить фон этой кнопки ток чуть чуть перефотошопить) или её ток value кнопки убрать
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<input class="button" type="button" value="Регистрация">
</body>
<style media="screen">
//стиль кнопки
.button{
padding:2%;
background:#cc0000;
border:1px solid blue;
font-size:120%;
color:white;
/*background-img:url(photo.png);*/
}
</style>
</html>
второй вариант
<div><img onclick="obr()" src="photo_button.png"></div>