.submitbutton {
width: 15%;
text-decoration: none;
border: 2px solid #858585;
background: #942266;
background: -webkit-gradient(linear, left top, left bottom, from(#c13589), to(#942266));
background: -webkit-linear-gradient(top, #c13589, #942266);
background: -moz-linear-gradient(top, #c13589, #942266);
background: -ms-linear-gradient(top, #c13589, #942266);
background: -o-linear-gradient(top, #c13589, #942266);
background-image: -ms-linear-gradient(top, #c13589 0%, #942266 100%);
padding: 16px 32px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;border-radius: 6px;
-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
text-shadow: #6f7b82 0 1px 0;
color: #ffffff;
font-size: 16px;
font-family: helvetica, serif;
text-decoration: none;
vertical-align: middle;}

.submitbutton:hover {
width: 15%;
text-decoration: none;
border: 2px solid #858585;
text-shadow: #6f7b82 0 1px 0;
background: #493b6b;
background: -webkit-gradient(linear, left top, left bottom, from(#614d8f), to(#493b6b));
background: -webkit-linear-gradient(top, #614d8f, #493b6b);
background: -moz-linear-gradient(top, #614d8f, #493b6b);
background: -ms-linear-gradient(top, #614d8f, #493b6b);
background: -o-linear-gradient(top, #614d8f, #493b6b);
background-image: -ms-linear-gradient(top, #614d8f 0%, #493b6b 100%);
color: #fff;}

.submitbutton:active {
width: 15%;
text-decoration: none;
text-shadow: #6f7b82 0 1px 0;
border: 2px solid #858585;
background: #942266;
background: -webkit-gradient(linear, left top, left bottom, from(#c13589), to(#493b6b));
background: -webkit-linear-gradient(top, #c13589, #942266);
background: -moz-linear-gradient(top, #c13589, #942266);
background: -ms-linear-gradient(top, #c13589, #942266);
background: -o-linear-gradient(top, #c13589, #942266);
background-image: -ms-linear-gradient(top, #c13589 0%, #942266 100%);
color: #fff;}