.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #ffffff;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 688px;
			height: 320px;
			padding: 0px;
			border: 1px solid #000000;
			background-color: #ffffff;
			z-index:1002;
			overflow: auto;
		}
		
		#popup ul
		{
			color:#686667;
			font-size:15px;
			font-family:Arial;
			margin-left:0px;
			width:136px;
			padding-top:5px;
		}
		
		#popup li
		{
			margin-left:-25px;
			padding-bottom:20px;
			list-style:none;
			width:300px;
		}
		
		.box
		{
			width:7px;
			height:7px;
			border:2px solid #B0ADAE;
			float:left;
			margin-left:-15px;
			margin-top:3px;
			cursor:pointer;
			backgroundColor:#ffffff;
		}
