#divPopup {
	position:absolute;
	z-index:1000;
}

#divPopup #divPopupLess {
	background-image:url("../img/btn_less_popup.gif");
	width:15px;
	height:13px;
	font-size: 0px;
	position:relative;
	top:1;
	z-index:1000;
	cursor:pointer;
}

#divPopup #divPopupInfo {
	width:200px; 
	height:100px; 	
	background-image:url("../img/gradMore.gif");
	border: 1px solid #B1B1B1;	
	font-family: Tahoma;
	font-size: 10px;
	color: #7F7F7F;
	z-index:1001;
}
