#blanker{
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

#popwin{
	background: #fff;
	position: absolute;
	z-index: 10001;
	border:1px solid #00535E;
border-top: 0;
}

#p_header{
	background: #00535E url(/templateimages/main-content-top-right.png) 0 -7px;
	margin: 0;
}

#p_header p{
	margin:0;
	font: bold 14px/20px arial,helvetica,sans-serif;
	padding-left: 10px;
	color: #fff;
text-align: left;
}

#p_ifr{
	border: 0px;
	width: 100%;

}

#p_header_close{
	width: 14px;
	height: 14px;
	background: #CDD3CD;
	right: 3px;
	top: 3px;
	position: absolute;
	font: bold 14px/12px arial;
	color: #00535e;
	text-align: center;
	border: 1px outset #cdd3cd;
	cursor: pointer;
}

