.stInput {
    width:85%;
    height:inherit;
    border:1px solid #E3E3E3;
    outline:none;
    word-wrap: normal;
    box-sizing:border-box;
    resize:none;
    overflow-x:hidden;
    overflow-y:auto;
    line-height: 20px;
    padding: 4px 6px;
    display: block;
    float: left;
}

.stInput:focus {
    box-shadow: 0 0 8px #cccccc;
    border-color: #cccccc;
}

.stInputPlaceholder {
    color: #dddddd;
}

.stInputWrapper {
    background-color: #EEEEEE;
    width: 173px;
    height: 30px;
    box-sizing:border-box;
    display: inline-block;
    position: relative;
}

.stDropDown {
    position: relative;
    border: 1px solid #DDDDDD;
    padding: 5px 7px;
    width: inherit;
    height: inherit;
    min-height: inherit;
}

.stDropDownWrapper {
    position: absolute;
    background-color: #FFFFFF;
    min-height: 30px;
    box-sizing: border-box;
    display: none;
    z-index: 9000000000;
    min-width: 100%;
}

.stOption {
    background-color: #FFFFFF;
    padding: 2px 3px;
    text-align: left;
}

.stOption:hover {
    background-color: #EEEEEE;
}

.stFullWidth {
    width: 100% !important;
}

/*
.stOption {

}*/
