#ReturnToShopButton {
    width: 162px;
    height: 32px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: #e8292e 1px solid;
    background-color: #e8292e;
    border-radius: 5px;
    padding: 4px;
}