body {
    margin: 0px;
    background:#FFFFFF;
}

.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* 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: 250px;
}
    
#txt-address-auto-complete {
	float:left;
	width:410px;
	margin-right:15px;
	height:25px;
}

#txt-address-auto-complete-label {
	float:left;	
	width:70px;
	padding-top:5px;
}
 

.clear {
	display:inline-block;	
}

.validated {
	display:none;	
}

input[type=text]::-ms-clear{
    display: none;
}
