a.wd {
    background: transparent url('bta.gif') no-repeat scroll top right;
    color: #000040 !important;
	font-size:14px;
    display: block;
    float: left;
    height: 24px;
    margin-right: 0px;
    padding-right: 6px;
    text-decoration: none;
}

a.wd span {
    background: transparent url('button.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 12px 5px 30px;
}

a.wd:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.wd:active span {
    background-position: bottom left;
    padding: 6px 0 4px 25px;
}