#autocompleteSearch{
    
    font-weight:normal;       
    display: block;
    z-index: 4000 !important;
}

#map{
    border: 1px solid #CCCCCC;  
}

#valid_date {	
	float:right;
	right:3px;
	top:-33px;
	position:relative; 
	font-size:15px; 
	font-weight:bold; 	
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);   
    z-index: 4000 !important;   
}



.label {
    font-size: 13px;
    text-decoration: none;   
    line-height:90%;  
    text-align: center;  
    
}

.ui-autocomplete {
    z-index: 4000 !important;
    width: 200px;
    max-height: 450px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 300px;
}
