input.button {
color:#339966;
background-color: #ffffff;
width: 250px;
font-family: Arial;
font-size: 12pt;
height: 20px;
border: 0px;
text-decoration: underline;
pointer:pointer;
cursor:hand;
}

.button:hover
{
text-decoration: none;
}
