


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 80px;
	 width: 100%;
    border: 1px solid #65bbe0;
    border-radius: 8px;
    background: #436ebd;
    background: -webkit-gradient(linear, left top, left bottom, from(#436ebd), to(#436ebd));
    background: -moz-linear-gradient(top, #436ebd, #436ebd);
    background: linear-gradient(to bottom, #436ebd, #436ebd);
    text-shadow: #0b5f4f 0px -2px 1px;
    font: normal normal bold 16px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #74d7ff;
    background: #5084e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#5084e3), to(#5084e3));
    background: -moz-linear-gradient(top, #5084e3, #5084e3);
    background: linear-gradient(to bottom, #5084e3, #5084e3);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #284271;
    background: -webkit-gradient(linear, left top, left bottom, from(#284271), to(#436ebd));
    background: -moz-linear-gradient(top, #284271, #436ebd);
    background: linear-gradient(to bottom, #284271, #436ebd);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 28px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
  background-size: 100% 100%;
}
