/* CSS Document */

/*******************重要提醒 box***********************/
.noticetier 
{
	display:-none;
	z-index:999;
	left:42%;
	top:20%;
	margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.noticebg 
{
	background-color:#666; 
	display:none;
	width:100%;
	height:100%;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=0);/*IE*/
	opacity:0.5;/*FF*/
	z-index:1;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
	_top:       expression(eval(document.compatMode &&
				document.compatMode=='CSS1Compat') ?
				documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
				document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}

.ntcbox { width:518px; border:1px solid #999; margin:0 auto; background-color:#fff; }
.ntcbox .ntc_title { width:508px; height:30px; line-height:30px; padding-left:10px; border-bottom:1px solid #999; font-size:14px; font-weight:bold; background-color:#d7f0f7; margin-bottom:10px; }
.ntcbox .ntccon { width:500px; margin:0 auto; line-height:20px; color:#FF0000; }
.ntcbox .btnknow { cursor:pointer; padding:10px 0; margin-left:10px; }


