.setDefaults
   (@_height                  : 16px,
    @_fontSize                : 11px,
    @_baseColor               : #000000,
    @_borderColor             : #bbbbbb,
    @_disabledColor           : #000000,
    @_hoverBackgroundColor    : #ffffdd,
    @_selectedBackgroundColor : #000000,
    @_selectedFontColor       : #ffffff,
    @_paddingHorizontal       : 4px,
    @_disabledPlaceholderColor: #000000);

font-family: @inputFontFamily;

@disabledFontColor       : @disabledColor;
@disabledBackgroundColor : #dddddd;

@paddingHorizontal       : 4px;
@paddingVertical         : 7px;

@import "mixins";
@import "selectbox";
@import "multilineselectbox";
@import "floater";
@import "autocomplete";
@import "autocompletecombobox";