.vine-select {
    display: block;
    position: relative;
    height: 32px;
}

.vine-select.error {
    border: none !important;
    background: none !important;
}

.vine-select select {
    -webkit-appearance: none;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    line-height: 32px !important;
}

.vine-select-style {
    position: absolute;
    font-family: Arial, Helvetica, Verdana;
    font-size: 13px;
    font-weight: normal;
    text-align: left !important;
    z-index: 1;
}

.vine-select .disabled {
    background-color: #eee !important;
    color: #777 !important;
}

.vine-select .vine-select-icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f5f5fa url('vine-icon-select.png') top right no-repeat;
    line-height: 30px;
}

.vine-select.error .vine-select-icon {
    border: 1px solid #e11 !important;
    background-color: #ffe8e8 !important;
}

.vine-select-hover .vine-select-icon {
    border: 1px solid #bbb !important;
    background: #f5f5fa url('vine-icon-select.png') bottom right no-repeat !important;
}

.vine-select.error .vine-select-hover .vine-select-icon {
    border: 1px solid #e11 !important;
    background: #ffe8e8 url('vine-icon-select.png') bottom right no-repeat !important;
}

.vine-select-hover .vine-select-inner {
    border-right: 1px solid #bbb;
}

.vine-select .vine-select-inner {
    height: 30px;
    margin: 0 26px 0 5px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    line-height: 30px;
    white-space: nowrap;
}
