@charset "UTF-8";
.button {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 0px 1px #333;
    font-size: 14px !important;
    height: 29px;
    line-height: 29px !important;
	
    background: url("/images/buttons-master.png") no-repeat scroll 0px -29px transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 8px;
    outline: medium none;
    padding-left: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;

}
.button span {
    background: url("/images/buttons-master.png") no-repeat scroll right 0px transparent;
    display: inline-block;
    height: 100%;
    padding-right: 12px;
}
.button:hover {
	background-position: 0 -87px;
}
.button:hover span {
	background-position:right -58px
}
.button:active {
	background-position: 0 -145px;
}
.button:active span {
	background-position:right -116px
}