
div.btn_default, div.btn_default66
{
    background-image: url(images/btn/end_default.png);
    white-space: nowrap;
}
div.btn_cancel, div.btn_cancel66
{
    background-image: url(images/btn/end_cancel.png);
    white-space: nowrap;
}
div.btn_cancel, div.btn_cancel66, div.btn_default, div.btn_default66
{
    background-repeat: no-repeat;
    background-position: 100% 0;
    text-decoration: none;
}
div.btn_default66, div.btn_cancel66
{
    display: block;
    width: 67px;
    height: 20px;
}


div.btn_default a.long, div.btn_default a.long:link, div.btn_default a.long:visited, div.btn_default a.long:hover, div.btn_default a.long:active,
div.btn_default66 a.long, div.btn_default66 a.long:link, div.btn_default66 a.long:visited, div.btn_default66 a.long:hover, div.btn_default66 a.long:active

{
  background-image: url(images/btn/btn_default.png);  
}
div.btn_cancel a.long, div.btn_cancel a.long:link, div.btn_cancel a.long:visited, div.btn_cancel a.long:hover, div.btn_cancel a.long:active,
div.btn_cancel66 a.long, div.btn_cancel66 a.long:link, div.btn_cancel66 a.long:visited, div.btn_cancel66 a.long:hover, div.btn_cancel66 a.long:active
{
    background-image: url(images/btn/btn_cancel.png);
}
a.long, a.long:link, a.long:visited, a.long:hover, a.long:active
{
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
    text-transform: uppercase;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    text-align: center;
   margin-right: 1px;
    line-height: 20px;
    padding: 4px 10px 4px 10px;
}

div.btn_default66 a.long, div.btn_default66 a.long:link, div.btn_default66 a.long:visited, div.btn_default66 a.long:hover, div.btn_default66 a.long:active,
div.btn_cancel66 a.long, div.btn_cancel66 a.long:link, div.btn_cancel66 a.long:visited, div.btn_cancel66 a.long:hover, div.btn_cancel66 a.long:active
{
   display: block;
    width: 66px;
    height: 20px;
}

/*OTHER BUTTONS*/
a.btn_jump, a.btn_jump:link, a.btn_jump:visited
{
    background-image: url(images/btn/btn_jump.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 14px;
    padding: 4px 45px 4px 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}
a.btn_jump:hover, a.btn_jump:active
{
    background-position: 4px 50%;
}

a.btn_go, a.btn_go:link, a.btn_go:visited
{
    background-image: url(images/btn/btn_go.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 14px;
    padding: 4px 45px 4px 12px;
    text-decoration: none;
}
a.btn_go:hover, a.btn_go:active
{
    background-position: 4px 50%;
}
