    .custom-combobox {
        position: relative;
        display: inline-block;
    }
    .custom-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0;
        width: 16px;
        /* support: IE7 */
        *height: 1.7em;
        *top: 0.1em;
    }
    .custom-combobox-input {
        margin: 0;
        /*padding: 0.3em;*/
		font-size:100% ;
		text-align:left ;
		padding-left: 20px;
		width:150px;
		height:31px;
    }
    .ui-menu .ui-menu-item
    {
        text-align: left;
    }

	.ui-autocomplete {
		max-height: 200px;
		overflow-y: auto;
		overflow-x: hidden;
	}

.resultFont {
	font-size:125% ;
	text-align:center ;
	height:24px;
}

.priceFont {
	font-size:135% ;
	text-align:right ;
	height:30px;
}

body {
	width:858px;
	height:748px;
	margin: 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
