input.MyButton {
width: 200px;
padding: 13px;
cursor: pointer;
font-weight: bold;
font-size: 130%;
background: #ef5353;
color: #fff;
border: 1px solid #ef5353;
border-radius: 10px;
-moz-box-shadow:: 6px 6px 5px #999;
-webkit-box-shadow:: 6px 6px 5px #999;
box-shadow:: 6px 6px 5px #999;
}
input.MyButton:hover {
color: #ef5353;
background: #000;
border: 1px solid #fff;
}