div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 33;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}
* html div#fancy_overlay { /* ie6 hack */
     position: absolute;
     z-index:33;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#loading {
	position: fixed;
	background-color:#ffffff;
	color:#000000;
	display:none;
	text-align:left;
	z-index:99;
	width:500px;
	top:20%;
	left:30%;
	border:2px solid #71c6fc;
}

* html #loading { /* ie6 hack */
position: absolute;
z-index:99;
top:20%;
}

.popmsg
{
  position:fixed; 
	color:#000000;
	display:none;
	z-index:99;
	width:489px;
	height:190px;
	top:40%;
	left:35%;
}
* html .popmsg
{
  position: absolute;
  z-index:99;
  top:40%;
}
.popmsg .shadow
{
 -moz-background-clip:border;
 -moz-background-inline-policy:continuous;
 -moz-background-origin:padding;
 background:#999999 none repeat scroll 0 0;
 height:190px;
 opacity:0.6;
 position:absolute;
 top:5px;
 left:5px;
 width:489px;
}
.popmsg .popcontainer
{
 border:1px solid #616161;
 background-color:#ffffff;
 height:185px;
 position:absolute;
 top:0px;
 left:0px;
 width:484px;
}
.popmsg .popcontainer .titletip{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(http://hqres.eastmoney.com/EMQuote_A/img/favpopbg.gif) no-repeat scroll -500px -500px;
border-bottom:1px solid #616161;
height:25px;
width:484px;
}
.popmsg .titletip .titlename{ float:left; font-size:14px; font-weight:bold; margin:3px 0px 0px 10px;}
.popmsg .titletip .closebtn{
margin:5px -5px 0 0;
background:transparent none no-repeat 0 0;
float:right;
display:inline;
cursor:pointer;
}
.popmsg .iconright,.popmsg .iconwaring{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
display:inline;
float:left;
}
.popmsg .iconwaring{
	background:transparent url("http://hqres.eastmoney.com/EMQuote_A/img/favpopbg.gif") no-repeat scroll 0px 0px;
	height:58px;
	margin:30px 40px 20px;
	width:64px;
}

.popmsg .iconright{
	background:transparent url(http://fund.eastmoney.com/images/right.gif) no-repeat scroll 0 0;
	height:55px;
	margin:30px 40px 20px;
	width:71px;
}



.popmsg .h4{float:left; margin-top:30px; font-size:12px; font-weight:normal;}
.makesure,.makesave
{
  display:inline;
  height:23px;
  cursor:pointer;
}
.makesure{width:40px; background:#ffffff url(http://www.eastmoney.com/newimage/cacheBg.gif) repeat-x scroll 0 -400px; text-align:center; vertical-align:middle; border:1px solid #cecece;}
.makesave{margin-left:10px; background:transparent url(http://fund.eastmoney.com/Images/mssave.gif) no-repeat scroll 0 0; display:none; border:0px; width:131px; text-align:center; vertical-align:middle;}

.loadtitle{ background-image:url('../images/loadtitle_bg.gif'); background-repeat:repeat-x;height:26px; border-bottom:1px solid #ff9900; border-top:2px solid #ff9900;}
.closebtn{ text-align:right; _padding-right:20px; padding-right:20px;  height:20px; background-color:#dbdbdb;}
.popdiv{ margin:0px; padding:0px; width:470px; height:400px; border-left:15px solid #dbdbdb; border-right:15px solid #dbdbdb; border-bottom:20px solid #dbdbdb;}
 .loadtitle_font{float:left;  padding-left:15px; font-weight:bold;color:#555555; line-height:26px; vertical-align:middle;}
 
