
#mapArea {
	clear: both;
	width: 100%;
	height: 500px;
	border: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	}

#nowloading {
	color: #999;
	margin: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}

#resultBox {
	width: 500px;
	padding: 5px 0px;
	font-size: 100%;
}


ul.resultList {
	color: #999;
	padding: 10px 0px;
	border-top: 1px solid #999;
}

ul.resultList p {
	margin: 1px;
	color: #999;
	font-size: 90%;
	padding: 2px 0px;
	border-bottom: 1px solid #999;
}

#basicdata {
	width: 100%;
	margin: 0x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#basicdata table {
	width: 90%;
	margin: 0x;
	border-collapse: collapse;
	}
#basicdata th,
#basicdata td {
	background: #FFF;
	border: 1px solid #27500e;
	margin: 0px;
	padding: 2px 8px;
	vertical-align: top;
	}
#basicdata th {
	background: #6ab81e;
	width: 10%;
	border-top: 1px solid #27500e;
	border-bottom: 1px solid #27500e;
	white-space: nowrap;
	color: #FFF;
	}
#basicdata td {
	text-align: left;
	}
 
