﻿<!--

 .ui-widget {
    width: 551px;
    padding: 1px;
    margin: 0px auto 50px auto;
    background: #444;
    background: rgba(0,0,0,.2);
	height:40px;
}    
.ui-widget input {
    width: 430px;
    height: 38px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
    float: left;    
    font: 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;      
}    
.ui-widget input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}   
.ui-widget input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
.ui-widget input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.ui-widget input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}     

.ui-widget button {

	position: relative;
    cursor: pointer;
	padding: 1px;
	border: 0px;
    height: 38px;
    width: 118px;
	margin-left:1px;
    font: 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #000;
    text-transform: uppercase;

}  

.ui-autocomplete {
    height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #ccc;
}  

-->
