/*Кнопка авторизации*/
input[type="submit"] {
background: url(bat.gif);
color:
#ffffff;
text-shadow: #45688e 1px 1px 0;
font-weight: bold;
border: 1px solid #45688e;
padding: 3px 6px 3px 6px;
margin: 1px -1px 1px 1px;
}
input[type="submit"]:hover {
background: url(batxh.gif);
color:
#ffffff;
text-shadow: #45688e 1px 1px 0;
font-weight: bold;
border: 1px solid #45688e;
padding: 3px 6px 3px 6px;
margin: 1px -1px 1px 1px;
}
/*Кнопка авторизации*/
Где спасибо!?