submitボタンを画像に

<input type="submit" value="送信" id="login" />

input#login{
background-image:url("images/login.gif");
background-repeat:no-repeat;
background-color:#000000;
border:none;
width:420px;
height:40px;
text-indent: -9999px;
cursor: pointer;
}