@import url(https://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);

  a.button{
	  background: #ABCDEF;
	  border-radius: 15px;
	  padding: 10px 20px;
	  display: block;
	  font-family: arial;
	  font-weight: bold;
	  color:#7f7f7f;
	  text-decoration: none;
	  text-shadow:0px 1px 0px #fff;
	  border:1px solid #a7a7a7;
	  width: 145px;
	  margin:0px auto;
	  margin-top:100px;
	  box-shadow: 0px 2px 1px white inset, 0px -2px 8px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	  
  }
  a.button i{
	  float: right;
	  margin-top: 2px;
  }
  a.button:hover{
	  box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
  }
  a.button:active{
	  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px -2px 20px white, 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 10px rgba(0, 0, 0, 0.1);
	  background:-webkit-linear-gradient(top,rgb(18, 51, 117) 0%,#ECECEC 100%);
  }