﻿#myPopMask {
	background:#e8e8e8;
	position:absolute;
	z-index:10000;
	top:0;
	left:-2000px;
	opacity:0;
	filter:alpha(opacity=0);
}

#myPopIframe { border:0;margin:0;padding:0;	z-index:10000; }

#myPopContainer {
	z-index:10001;
	position:absolute;
	padding:0;
	margin:0;
	border-left:1px solid #666;
	background:#fff;
	opacity:0;
	filter:alpha(opacity=0);
	border-right:1px solid #666;
	border-top:1px solid #666;
}

#myPopContainer img { float:left; }

#myPopContainer h1 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	font-family:tahoma;
	font-weight:normal;
	background:#666;
	line-height:15px;
	color:#e4e4e4;
}

#myPopFooter {
	background-image:url(images/popup-start.png);
	background-repeat:no-repeat;
	height:43px;
	border-top:2px solid #666;
	clear:left;
}

#myPopFooter ul {
	background-image:url(images/popup-main.png);
	background-repeat:repeat-x;
	height:43px;
	padding:0;
	margin:0 0 0 5px;
	list-style:none;
}

#myPopFooter li {
	background-position:top right;
	background-image:url(images/popup-end.png);
	background-repeat:no-repeat;
	padding:9px 4px 0 0;
	margin:0;
	float:right;
	height:25px;
	line-height:25px;
}

#myPopFooter li a {
	color:#444;
	font-weight:bold;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	background-image:url(images/popup-button.gif);
	height:20px;
	background-repeat:no-repeat;
	padding:3px 8px 3px 7px;
	width:22px;
	background-position:bottom left;
	opacity:0.3;
	filter:alpha(opacity=30);
}

#myPopFooter li a:hover {
	background-position:top left;
	color:#2F93D8;
	opacity:1.0;
	filter:alpha(opacity=100);
}
