
.button {
padding: 10px 20px;
background-image: linear-gradient(to top, #f2f2f2, white);
-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
-khtml-box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
-box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:  0px auto;
border: none;
text-align: center;
cursor: pointer;
font-weight: bold;
color: #ce2337;
margin-top: 40px;
}
