#popup {
	position:absolute;
	display:none;
	top:290px;
	left:210px;
	z-index:1;
	width:550px;
	height:370px;
	border:1px solid #9F8D85
}
#popup .canvas {
	position:relative;
}
#popup .background {
	position:absolute;
	z-index:5;
	width:550px;
	height:370px;
	background-color:#F4F3E7;
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=90)
}
#popup .content {
	position:absolute;
	z-index:10;
	top:0px;
	left:15px;
	width:520px;
	height:390px;
}
#popup .border {
	width:518px;
	height:298px;
	text-align:center;
	border:1px solid #B98444
}
#popup .header {
	height:40px;hei\ght:30px;
	padding-top:10px
}
#popup #title {
	float:left;
	width:300px;
	font-size:18px;
	font-weight:bold
}
#popup #popupclose {
	float:right;
	width:140px;wid\th:128px;
	padding-right:14px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	background:url("../images/bullets/close_n.gif") right no-repeat
}
#popup #popupclose:hover {
	background-image:url("../images/bullets/close_o.gif")
}
#popup img {
	margin:3px auto;
}
