/* CSS Document */

a.button1 {
    background: transparent url('/public/frontend/images/buttons/simple2/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
	margin-top:2px;
}

a.button1 span {
    background: transparent url('/public/frontend/images/buttons/simple2/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button1:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button1:active span {
    background-position: bottom left;
    padding: 5px 0 5px 18px;
}

a.abutton {display:none;}
