.wwl_popbox, .wwl_popbox .hover {
	border: 1px solid black;
	background-color: red;
	width: 150px;

	z-index: 1000;
}

.wwl_popbox .hover {
	border: 0;
	background-color: yellow;
}
