body {
	font-family: Verdana;
	font-size: x-small;

}

.identify td {
	text-align: right;
}

#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	left: 0;
	top: 0;
	background-color: White;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}

#divFindAddress {
	border: 1px solid gray;
	padding: 5px;
	position: fixed;
	background-color: white;
	width: 320px;
	/*height: 85px;*/
	z-index: 1;
	left: 85px;
	top: 15px;
}

th {
	text-align: left;
}
