.btn 
{
    height:47px;
    display:block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    border:none;
    background-color:Transparent;
    text-indent:-5000px;
}

.btn_applydiscount 
{
    width:183px;
    background-image:url(../images/buttons/applydiscount_btn.png);
}

.btn_send
{
    float:right;
    width:127px;
    background-image:url(../images/buttons/send_btn.png);
}
.btn_checkout 
{
    width:185px;
    float:right;
    background-image:url(../images/buttons/checkout_btn.png);
}
.btn_register
{
    width:127px;
    float:right;
    background-image:url(../images/buttons/register_btn.png);
    margin-right:10px;
}
.btn_login
{
    width:127px;
    float:right;
    background-image:url(../images/buttons/login_btn.png);
}
.btn_resetpassword
{
    width:189px;
    float:right;
    background-image:url(../images/buttons/resetpassword_btn.png);
}
.btn_search
{
    float:right;
    margin-left:20px;
    width:127px;
    background-image:url(../images/buttons/search_btn.png);
}
.btn_find
{
    width:90px;
    background-image:url(../images/buttons/find_btn.png);
}
.btn_findnow
{
    width:52px;
    background-image:url(../images/buttons/find_btn.png);
}
#title .t_right .tr_top .btn_findnow
{
    width:52px;
    float:left;
}
.btn_continue
{
    width:127px;
    background-image:url(../images/buttons/continue_btn.png);
}
#checkoutform .btn_continue 
{
    float:right;
}
.btn_previous
{
    width:127px;
    float:left;
    background-image:url(../images/buttons/previous_btn.png);
}
#checkoutform .btn_previous 
{
    float:left;
}
