* { margin:0; padding:0; }

.info { color:#666; font-size:0.9em; font-style:italic; }
/* POPUP CONTAINER STYLES */
#popupMask {
	position:fixed; 
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #000000;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image:none;
	background-repeat: repeat;
	display:none;
	
}
#popupContainer { top:0; left:0; padding:0; z-index:201; display:none; position:absolute; }
#popupInner { border:1px solid #AAAAAA; background:#fff; z-index: 9999;}/*#8DB1D3*/
#popupFrame {
margin:0px;
width:100%;
height:100%;
z-index:202;
position:relative;
}
#popupTitleBar {
color:#000;
padding:5px;
z-index:203;
height:1.3em;
line-height:1.3em;
font-weight:bold;
position:relative;

}
#popupTitle { float:left; font-size:14px;color:#000;margin:10px 0 0 10px;font-family: Î¢ÈíÑÅºÚ; color:#F6830D;}
#popupControls { float:right; cursor:pointer; cursor:hand; }

.close {
	BACKGROUND: url(../img/c_icon_1.png) no-repeat -221px -126px; FLOAT: right; WIDTH: 47px; CURSOR: pointer; HEIGHT: 20px
}
.close:hover {
	BACKGROUND-POSITION: -221px -151px
}