.submit .button{
    border-width: 1px;
    border-style: solid;
    border-color: #008000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFEFEF));
    color: #333;
    font-weight: none;
    text-shadow: 1px 1px 1px #FFF;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 2px 2px 2px #dcdcdc;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 1px;
}