.show-list{
	font-weight:bold;
	color:blue;
	cursor:pointer;
}
.popup-background{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	background:#000000;
	z-index:10;
}

.popup-choose{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FFFFFF;
	border:3px solid #cecece;
	z-index:11;
	height:400px;
	width:400px;
}

.popup-close{
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color:white;	
	z-index:12;
	position:relative;
	bottom:20px;
	right:15px;
	float:right;
}