.myBtnCenter{
background:#E3E7EB!important;
padding:7px!important;
text-shadow: 0 1px 0 #fffcf6!important;
border: 1px solid #aaa!important;
border-radius: 3px!important;
background-color: #fff!important;
background-image: -webkit-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1))!important;
background-image: -moz-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1))!important;
background-image: -o-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1))!important;
background-image: -ms-linear-gradient(bottom, rgba(85,85,85,.1), rgba(255,255,255,.1))!important;
background-image: linear-gradient(to top, rgba(85,85,85,.1), rgba(255,255,255,.1))!important;
box-shadow: inset 0 0 1px #fff!important;
}