#formOrderOneClick .button { 
background: -webkit-gradient(linear, left top, right top, from(#ee7622), to(#ee7622)); 
background: -webkit-linear-gradient(top, #ee7621, #ee7622); 
background: -moz-linear-gradient(top, #ee7621, #ee7622); 
background: -o-linear-gradient(top, #ee7621, #ee7622); 
background: -ms-linear-gradient(top, #ee7621, #ee7622); 
background: linear-gradient(top, #ee7621, #ee7622); 
background-color: #ee7621; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
-ms-border-radius: 4px; 
border-radius: 4px; 
text-shadow: 1px 0px 1px rgba(34, 36, 36, .75); 
border: 1px solid #CD661C; 
color: #ffffff; 
display: block; 
font-size: 14px; 
font-weight: bold; 
width: 98px; 
padding: 6px; 
outline: medium none; 
text-align: center; 
vertical-align: middle; 
margin: 10px auto; 
text-decoration: none; 
cursor: pointer; 
box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5); 
} 

#formOrderOneClick .button {
    text-shadow: rgba(34, 36, 36, 0.74902) 1px 0px 1px;
    color: rgb(238, 118, 33);
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 98px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.498039) -1px 1px 3px;
    background: -webkit-linear-gradient(top, rgb(238, 118, 33), rgb(238, 118, 33)) rgb(238, 118, 33);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 118, 33);
    border-image: initial;
    padding: 6px;
    outline: none medium;
    margin: 10px auto;
    text-decoration: none;
}