span#change_btn
{
	
	cursor:hand;
	cursor:pointer;
	color:#A9C638;
	
}

div#location_change
{
	display:none;
	float:left;
	width:240px;
	height:auto;
	padding:10px;
	background:#ffffff;
	margin-top:5px;
	border:2px solid #666;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

div#location_change form label, #loc_search_status
{
	display:block;
	float:left;
	font-size:0.8em;
	width:60px;
	color:#76716E;
	font-weight:bold;
}
div#location_change form p
	{
	clear:both;
	}
div#location_change form label.notify
{
	
	display:inline;
	float:none;
	width:auto;
}

#loc_search_status
{
	width:90%;
}

div#location_change form input.update
{
	font-size:0.8em;
	border:1px solid #56B1DA;
	background:#C6E0ED ;
	float:right;
}

#searchField {
	width: 200px;
}

#results {
	border: 1px solid #666;
	border-bottom: 0px;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px;
}

#results span {
	display:block;
	border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background:#f4efe9;
    padding: 2px;
}



#results .selected {
	background-color: #666;
	color: #fff;
}

#results .unselected {
	background-color: #fff;
	color: #666;
}


