.btn {
  background: #f9ee89;
  background-image: -webkit-linear-gradient(top, #f9ee89, #f4c048);
  background-image: -moz-linear-gradient(top, #f9ee89, #f4c048);
  background-image: -ms-linear-gradient(top, #f9ee89, #f4c048);
  background-image: -o-linear-gradient(top, #f9ee89, #f4c048);
  background-image: linear-gradient(to bottom, #f9ee89, #f4c048);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-box-shadow: 1px 1px 7px #a3a3a3;
  -moz-box-shadow: 1px 1px 7px #a3a3a3;
  box-shadow: 1px 1px 7px #a3a3a3;
  font-family: Arial;
  color: #395994;
  font-size: 1.5em;
  padding: 10px 20px 10px 20px;
  border: solid #a1a1a1 1px;
  text-decoration: none;
  padding-right: 60px;
  
}

.btn:hover {
  background: #a4dafc;
  background-image: -webkit-linear-gradient(top, #a4dafc, #51b5f7);
  background-image: -moz-linear-gradient(top, #a4dafc, #51b5f7);
  background-image: -ms-linear-gradient(top, #a4dafc, #51b5f7);
  background-image: -o-linear-gradient(top, #a4dafc, #51b5f7);
  background-image: linear-gradient(to bottom, #a4dafc, #51b5f7);
  text-decoration: none;
}	
.btn img {
	width: 50px;
	margin-left: 10px;
	margin-right: 40px;
}