jimbondox
Hi
You can use firebug or inspect element tool to check the style classes used for the button and use it on any other template using custom.css for button style.
Example code
.button, button, .readon, p.readmore a, .btn, .btn-primary {
padding: 8px 14px;
padding-top: 9px;
padding-bottom: 9px;
margin-top: 16px;
margin-bottom: 0px;
font-weight: 500;
border: none;
color: #000000 !important;
cursor: pointer;
letter-spacing: 0;
text-decoration: none;
box-shadow: none;
font-size: 15px;
line-height: 20px;
border: solid 4px #000000 !important;
background: none !important;
}
Here u can see it via firebug/inspect element to see the style code : http://prntscr.com/wnvsb2