div.popup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer */ 
	top: 50%;
	left: 50%;
	background:white;
	border:2px solid #cecece;
	padding: 20px;
	z-index:2;
}
div.popupBackground{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer */ 
	top: 0;
	left: 0;
	background:#000000;
	z-index:1;
}
a.popupCloseButton{
	font-size:14px;
	font-weight: bold;
	float: right;
	padding-right: 5px;
}
a.popupCloseButton:hover{
	cursor: pointer;
}

div.tagResultList {
	position: absolute;
	background: white;
	font-size: 12px;
}

div.selector {
	width: 200px;
	border: 1px solid #97dcff;
	padding: 5px;
}

div.minElement {
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

div.hover {
	background: #f0faff;
	font-weight: bold;
	cursor: pointer;
}

div.focus {
	background: #f0faff;
	font-weight: bold;
}

div.autoCompleteResultList {
	position: absolute;
	background: white;
	font-size: 12px;
}

div.autoCompleteSelector {
	width: 200px;
	border: 1px solid #97dcff;
	padding: 5px;
}

div.autoCompleteHover {
	background: #f0faff;
	font-weight: bold;
	cursor: pointer;
}

div.autoCompleteFocus {
	background: #f0faff;
	font-weight: bold;
}