div.popup {
	position:absolute;
	visibility: hidden;
	width: 380px;
	height: 301px;
	border:2px solid #666666;
	background-color: white;
	z-index:1000;
}

img.popup_img {
	cursor: pointer;	
}

#popup_link {
	position:static !important;
	float: right !important;
	width:50px !important;
	height:25px !important;
	line-height: 25px !important;
	color: white !important;
	background-color:#666666 !important;
	margin: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	background-image: none !important;
}

div.popup_header {
	width:370px;
	height:25px;
	background-color:#666666;
	text-align:right;
	font-size:12px;
	padding-right:10px;
	color:white;
}
