@charset "utf-8";
/* CSS Document */

.button1 button, .button1 input[type=button],  
.button1 input[type=reset], .button1 input[type=submit] {  
    -webkit-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: inset 0 1px 3px #F1F1F1, inset 0 -15px #DFDFDF, 1px 1px 2px #E7E7E7;  
}  
.button1 button:hover, .button1 input[type=button]:hover,  
.button1 input[type=reset]:hover, .button1 input[type=submit]:hover {  
    -webkit-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: inset 0 1px 3px #e1e1e1, inset 0 -15px #cfcfcf, 1px 1px 2px #E7E7E7;  
}  
.button1 button:active, .button1 input[type=button]:active,  
.button1 input[type=reset]:active, .button1 input[type=submit]:active   {  
    background: #ccc;  
    padding: 6px 20px 4px;  
}  