#userpay_buttons {
    background: bisque;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

#userpay_buttons > div:first-child {
    margin: 0 7px 7px;
    color: brown;
    font-weight: bold;
    font-size: 15px;
}

#userpay_buttons > div:last-child {
    clear: both;
    font-size: 12px;
    font-style: italic;
    color: burlywood;
}

.userpay_button {
    width: 88px;
    height: 31px;
    float: left;
    margin: 3px;
    cursor: pointer;
}

.userpay_button:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.input-prefix-suffix {

}

.input-prefix-suffix .prefix,
.input-prefix-suffix .suffix {
    height: 16px;
    line-height: 16px;
    padding: 4px 8px;
    display: inline-block;
    float: left;
    color: #666;
    background: #f9f9f9;
    border: solid 1px #AAA;
    font-size: 11px;
}

.input-prefix-suffix .prefix {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.input-prefix-suffix .suffix{
    border-radius:0 5px 5px 0;
    border-left: none;
}

.input-prefix-suffix .input {
    display: inline-block;
    width: 100px !important;
    float: left;
    border-radius: 0;
    margin: 0;
    height: 26px;
}

.input-prefix-suffix:after {
    clear: both;
    content: '';
    display: block;
    margin-bottom: 5px;
}

.field-pay-btn {
    background: cornflowerblue;
    color: white;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    padding: 3px 7px;
    opacity: 0.7;
    border-radius: 4px;
}

.field-pay-btn:hover {
    opacity: 1;
    color: white;
}