
	.sm_net.ui-autocomplete {
		overflow-y: auto;
		overflow-x: hidden;
		width: 340px;
		max-height:300px;
		-moz-border-radius-topleft: 0px 0px; -webkit-border-top-left-radius: 0px 0px; border-top-left-radius: 0px 0px; -moz-border-radius-topright: 0px 0px; -webkit-border-top-right-radius: 0px 0px; border-top-right-radius: 0px 0px;
		border-top:0px;
	}

	.sm_net.ui-autocomplete-loading {
		background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
	}

	.sm_net.ui-autocomplete a.ui-corner-all.ui-state-hover {	
		border: 1px solid #B4B4B4; 
		background: #F0F0F0 url(../images/bg_highlight-soft_40_mask_8_104.png) 50% 50% repeat-x; 
		color: #000000 !important;
		-moz-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;	
		text-shadow: none !important;
	}

