
.leaf_button{
display:inline-block;
line-height:22px;
padding:0 11px 0 0;
background:url(/images/admin/ms/bg-button-r.gif) right 0 no-repeat;
cursor:pointer;
}
.leaf_button a, .leaf_button b, .leaf_button input {

display:inline-block;
padding:0 0 0 11px;
font-family:Arial;
font-size:13px;
font-weight:normal;
color:#000;
text-decoration:none;
outline:none;
background:url(/images/admin/ms/bg-button-l.gif) 0 0 no-repeat;
border:none;
cursor:pointer;
}
.leaf_button input {
height:22px; margin:0px
}
.leaf_button img {
border:none;
float:left; margin-top:3px;
}
.leaf_button:hover {
background-position:100% -22px;
}
.leaf_button:hover a, .leaf_button:hover input {
background-position:0 -22px;
margin:0;
padding:0 0 0 11px;
}

.leaf_button_active, .leaf_button:active {
background-position:100% -44px;
}
.leaf_button_active, .leaf_button:active a,.leaf_button:active input {
background-position:0 -44px;
}
/* end of buttons style */