﻿.btn 
{
    height: 32px;
    line-height: 32px;
    display: block;
    border: none;
    color: #E1E000;
    background-color: #000;
    width: auto;
    float: right;
    font-weight:bold;
    position: relative;
    margin: 0 14px 0 37px;
    padding: 0 0 0 4px;
    font-size: 12px;
}
.btn.big 
{
    height:48px;
    line-height: 48px;
    margin: 0 22px 0 48px;
    padding: 0;
    font-size:18px;
}
.btn span.left 
{
    display:block;
    position:absolute;
    background-image: url(../images/buttons/dog-btn_left.png);
    background-position:top left;
    background-repeat:no-repeat;
    left:-32px;
    top:0px;
    width:32px;
    height:32px;
    margin-right:5px;
    padding:0px;
}
.btn.big span.left 
{
    height:48px;
    width:48px;
    left:-48px;
    margin-right:15px;
    background-image: url(../images/buttons/dog-btn-big_left.png);
}
.btn span.right 
{
    display:block;
    position:absolute;
    background-image: url(../images/buttons/dog-btn_right.png);
    background-position:top left;
    background-repeat:no-repeat;
    right:-15px;
    top:0px;
    width:15px;
    height:33px;
    padding:0px;
}
.btn.big span.right 
{
    height:48px;
    width:22px;
    right:-22px;
    background-image: url(../images/buttons/dog-btn-big_right.png);
}
.btn:hover,
.btn:hover span.left,
.btn:hover span.right {
    color:#fff;
}
#checkoutform .btn_continue 
{
    float:right;
}
#checkoutform .btn_continue.delivery 
{
    margin-top:-100px;
} 
.btn.previous
{
    float:left;
}
#checkoutform .btn_previous 
{
    float:left;
}
.sr_mright .btn 
{
    float:left;
    margin-top:-10px;
}
.successmessage .btn 
{
    float:none;
    width:200px;
    margin: 10px auto 0 auto;
}
