.divpop {
		display: none; 
		position: absolute; 
		width: 350px; 
		border: 1px solid #000; 
		background-color: #eee;
		text-align: left;
		padding: 10px;
	}
	
	.divpop li {
		margin-bottom: 5px;
	}
	
	.close 
	{
		float: right;
		margin-top: 5px;
		display: block;
		width: 11px;
		height: 11px;
		background: url("/images/close_div.gif") no-repeat;
		background-position: 0 -11px;
	}
	
	.close span
	{
	  display: none;
	}
	
	.close:hover
	{
	  background-position: 0 0;
	}
