file css

.button {
background-color: #7067e8 ; font-family: verdana; font-size:10px; width:100px
}


tua pagina

<html>
<head>
<title></title>
<link media=screen href="stili.css" type=text/css rel=stylesheet>
</head>
<body>
<input type="button" class="button">
</body>
</html>

in questo modo son sicuro che il bottone prende il colore!