.popUpDisplay {
    display: none;
    position: fixed;
	border: 2px solid #888;
	border-radius: 10px;
	box-shadow:0 5px 10px #111;
    width: auto;
	height: auto;
    right: 50px;
	top: 65px;
    z-index: 1001;
}

.popUpTitle {
    background-color: #000000;
	border-bottom: 4px groove #ccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    height: 35px;
    width: 100%;
}
.popUpTitle > h6 {
	display: inline-block;
	color: #fff;
    padding: 0;
	margin: 10px 15px 0;
}

.popUpTitle img {
    float: right;
    margin-right: 3px;
    margin-top: 5px;
}

.data {
    background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    height: auto;
    overflow: hidden;
	font-size: 12px;
    padding: 8px 15px;
    width: auto;
}

#popup ul {
	margin: 3px 6px;
}
#popup ul li {
	padding: 2px 0;
}