.rasp_button, .stylebuttons, .buttons {
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: transparent url(../../M_images/buttons/rasp-buttton-s.gif) no-repeat scroll 0 0;
    color: #FFF;
    font-size: 13px;
    height: 25px;
    border: none;
    width: 66px;
    padding-bottom: 2px;
}

.stylebuttons, .buttons {
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: transparent url(../../M_images/buttons/rasp-buttton-m.gif) no-repeat scroll 0 0;
    color: #FFF;
    font-size: 13px;
    height: 25px;
    border: none;
    width: 120px;
    padding-bottom: 2px;
}

.rasp_button_on{
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: transparent url(../../M_images/buttons/rasp-buttton-s.gif) no-repeat scroll 0 20px;
    color: #FFF;
    font-size: 13px;
    height: 25px;
    border: none;
    width: 66px;
}

input.view,
input.storenext,
input.refine,
input.expire,
input.reset,
input.editprofile,
input.deleteprofile,
input.saveprofile,
input.test,
input.save,
input.sendpwd,
input.apply
{
    background: transparent url(../../M_images/buttons/rasp-buttton-m.gif) no-repeat scroll 0 0;
    width: 120px;
}

div#attach_files_btn input {
    background: transparent url(../../M_images/buttons/rasp-buttton-m.gif) no-repeat scroll 0 0;
}

div#view_files_btn input {
    background: transparent url(../../M_images/buttons/rasp-buttton-l.gif) no-repeat scroll 0 0;
}

input.withdraw
{
    background: transparent url(../../M_images/buttons/rasp-buttton-l.gif) no-repeat scroll 0 0;
    width: 160px;
}


.rasp_print_buttons {
    width: 90%;
    float: left;
    padding: 8px;
    margin: 8px 0px;
    text-align: right;
}