/*Print coupon button*/

span.button {
    background: transparent url('/images/buttonA.gif') no-repeat scroll top right;
    float: left;
    height: 24px;
	margin: 5px 5px 5px 5px;
    padding: 0 8px 0px 0; /* sliding doors padding */
	cursor: pointer;
}
span.button input {
    background: transparent url('/images/buttonSpan.gif') no-repeat;
    width: auto;
    height: 24px;
	margin: 0;
    padding: 0px 0 5px 8px;
    color: #1e4188;
    font: bold 12px arial, sans-serif;
    text-decoration: none;
    border: none;
	cursor: pointer;
}
