.backgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:10;
}
.popupBox {
	display: none;
	position: fixed;
	background: #ffffff;
	border: 2px solid #cecece;
	z-index: 11;
	padding: 12px;
	font-size: 1em;
	text-align:left;
	overflow: auto;
}
.popupBox h1 {
	text-align:left;
	font-size:2em;
	padding-bottom:2px;
	margin-bottom:2px;
}
.popupBoxDataDiv {
	padding-bottom:10px;
}
.popupBoxButtonsDiv {
	text-align:right;
}
.popupBox button {
	display:inline;
	font-size:0.7em;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:1em;
}
.popupBox input[type="text"] {
	text-align:left;
	font-size:0.7em;
}
.popuplistselect li {
	padding: 0px 10px;
}
.popuplistselect li.hover {
	background-color: #ffddbb;
	cursor: pointer;
}
.popupBox p {
	word-wrap: break-word;
}
