button {
    width: 320px;
    padding: 10px;
    background:#fff;
    font-size: inherit;
    text-decoration: none;
    text-align: left;
    border: none;
    color: #0063dc;
    box-shadow: 
    1px 0px 0px #cacccd,0px 1px 0px #acadaf,
    2px 1px 0px #cacccd,1px 2px 0px #acadaf,
    3px 2px 0px #cacccd,2px 3px 0px #acadaf,
    4px 3px 0px #cacccd,3px 4px 0px #acadaf,
    5px 4px 0px #cacccd,4px 5px 0px #acadaf,
    6px 5px 0px #cacccd,5px 6px 0px #acadaf,
    7px 6px 0px #cacccd,6px 7px 0px #acadaf,
    8px 7px 0px #cacccd,7px 8px 0px #acadaf,
    9px 8px 0px #cacccd,8px 9px 0px #acadaf;
    transition: margin-top 0.2s ease, 
	margin-left 0.2s ease, 
	box-shadow 0.2s ease;	
	}
	
button.a:link, hover, active, visited {
	text-decoration: none;
	color: #0063dc;
	}


button:active {
	border: none
	text-decoration: none;
	}

button:focus {
	outline: 0;
	}

	
.shadow:hover {
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    
    position: relative;
    margin-top: 4px;
    margin-left: 4px;

    } 
	
.shadow:active {
	
	-webkit-transition: margin-top 0.2s ease, box-shadow 0.2s ease;
	-moz-transition: margin-top 0.2s ease, box-shadow 0.2s ease;
	transition: margin-top 0.2s, box-shadow 0.2s;

    margin-top:12px;
    margin-left:12px;
  
    -webkit-box-shadow: 0px 0px 0px #fff;
    -moz-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
	} 

.shadowbutton {
	height: 54px;
	}

