﻿
.popup {
	position:absolute;
	top:300px;
	left:300px;
	z-index:999;
	overflow:hidden;
}
.popupSubcoat {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#8EC300;
	filter:Alpha(opacity=100);
	opacity:1;
	z-index:-1;
}
.popupMain {
	position:relative;
	margin:5px;
	overflow:hidden;
}
* html .popupMain {
	display:inline;
}
*+html .popupMain {
	display:inline;
}
.popupTitle {
	height:23px;
	width:100%;
	padding:0 5px;
	margin:0;
	list-style:none;
	line-height:21px;
	overflow:hidden;
	cursor:move;
	color:#50670C;
	font-weight:bold;
}
.popupClose {
	position:absolute;
	top:3px;
	right:0px;
	height:15px;
	width:15px;
	font-weight:normal;
	line-height:normal;
	overflow:hidden;
	cursor:pointer;
	background:url(/style/images/popupClose.gif) left top no-repeat;
	filter:Alpha(opacity=50);
	opacity:0.5;
	z-index:2;
}
a:hover.popupClose {
	filter:Alpha(opacity=100);
	opacity:1;
}
.popupIframe {
	border-width:0px;
}
.popupContent 
{
	border-width:1px;
	border-style:solid;
	border-color:#72911C;
	background:#FFF;
}