.button {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    color: #656565;
    border-style: solid;
    border-width: thin;
    border-color: #a0a0a0;
    font-weight: bold;
    cursor: pointer;
/*     line-height: 25px; */
}
.button:hover {
    background-color: #cecece;
    color: #676565;
    text-decoration: none;
}

.button_img{
	width: 17px;
	vertical-align: middle;
}

.button_txt {
  vertical-align: middle;
}