﻿.ui-button { 
	margin-left: -1px; 
	background :white;
	border-right: 1px solid black;
	border-left: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    height: 28px;
}
.ui-button-icon-only .ui-button-text { 
	padding: 0.35em;
} 
.ui-autocomplete-input  
{
	background: white;
    border-right: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
    width:120px;
	margin: 0; 
	vertical-align:top;
	padding: 0.50em 0 0.40em 0.40em;
}
.hour_50px .ui-autocomplete-input  
{
	width:67px;
}
.cmb_150 .ui-autocomplete-input  
{
	width:155px;
}
.cmb_80 .ui-autocomplete-input  
{
	width:80px;
}
.cmb_130 .ui-autocomplete-input  
{
	width:130px;
}
.cmb_250 .ui-autocomplete-input  
{
	width:255px;
}
.cmb_350 .ui-autocomplete-input  
{
	width:355px;
}