.b-widget-donate {
    background: #fff url(/img/donate/b-widget-donate.png) 0 bottom repeat-x;
    background-size: 10px 100%;
    border-radius: 8px;
    box-shadow: 0 1px 3px #999;
    margin: 2px 3px 4px;
    padding: 13px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    display: inline-block;
}

.b-input-text_inline {
    display: inline-block;
    vertical-align: middle;
}

.b-widget-donate .b-input-text__input {
    background: 0 0;
    padding-right: 40px;
    z-index: 10;
    font-size: 17px;
}

.b-input-text_1 .b-input-text__input {
    height: 30px;
    line-height: 30px;
}

.b-widget-donate .b-input-text {
    padding-right: 47px;
    background: #fff;
    width: 50px;
}

.b-input-text {
    position: relative;
    padding: 0 12px 0 0;
    margin: 0 5px 0 0;
}


.b-input-text__input {
    border-color: #A3A3A3 #C6C6C6 #E5E5E5;
    border-style: solid;
    border-width: 1px;
    padding: 0 5px;
    box-shadow: 0 1px 1px #CFCFCF inset;
    vertical-align: top;
    font-family: Arial,Geneva CY,Sans-Serif;
    outline: none;
    position: relative;
    width: 100%;
}

.b-widget-donate__currency {
    font-size: 17px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
}

.b-button_orange {
    height: 32px;
}

.b-button_orange .b-button__inner {
    background: url(/img/donate/b-widget-button__sprite.png) 0 0 repeat-x #F47C33;
    color: #000;
    text-shadow: 0 1px 1px rgba(255,255,255,.1);
    border: none;
    height: 32px;
    line-height: 31px;
}

.b-button__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    text-indent: -999px;
}

.b-button__inner {

    padding: 0 15px;
    position: relative;
    margin: 0;
    font-family: Arial,Geneva CY,Sans-Serif;
    white-space: nowrap;
    outline: none;
    display: block;
}

.b-button {
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
