

.button, input.button{
 background:url(../images/button_center.png) repeat-x;
 height:33px;
 max-width:800px;
 line-height:28px;
 font-size:16px;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 -1px 1px #000;
 text-decoration: none;
 display:inline-block;
 border:0px solid #fff;
 padding:0px 15px;
 border-radius: 5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
 
}

