

/* Province - start */
#preemptive_ws_province_layer {
	width: 250px;
	height: auto;
	text-align: left;
	border: 1px dotted #ccc;
    z-index: 2000;
}
.preemptive_ws_province_layer_class {
	float:left;
	height: 18px;
	padding: 2px;
	width: 98%;
	background: #fff;
}

.preemptive_ws_province_layer_selected_class {
	float:left;
	height: 18px;
	padding: 2px;
	width: 98%;
	background: #ccc;
}
/* Province - end */
/* City - start */

#preemptive_ws_city_layer {
	width: 250px;
	height: auto;
	text-align: left;
	border: 1px dotted #ccc;
    z-index: 2000;
}

.preemptive_ws_city_layer_class {
	float:left;
	height: 18px;
	padding: 2px;
	width: 98%;
	background: #fff;
}

.preemptive_ws_city_layer_selected_class {
	float:left;
	height: 18px;
	padding: 2px;
	width: 98%;
	background: #ccc;
}
/* City - end */

.clear {
	clear:both;
}