body 
{
behavior: url("style/csshover3.htc");
}

.button  
{
width:65px;
cursor:pointer;
margin-right:30px;
padding-left:40px;
border-radius:5px;
box-shadow: 0 0 5px #888;
behavior: url(style/PIE.htc);
}

input.button :hover
{
text-align:center;
display:inline;
color:#888;
font-weight:bold;
}
