	#addfavDialog{ width: 541px; padding: 10px; background: #ebeed7; }
	#shareDialog{ width: 541px; padding: 10px; background: #ebeed7; }
	.popdialog{ width: 541px; background: #ebeed7;}
	.popdialog .header{ width: 541px; position: relative;height:35px}
	
	/*对话框标题*/
	.popdialog .header .title{ 
		font: normal 100 18px/1.2 "宋体"; color: #555; 
		padding-left: 18px; position: absolute; top: 8px; left: 0; }
	/*对话框标题图标*/
	.popdialog .header .title .ico{position: absolute;width: 18px; height: 18px;top:1px; left:0;display: block;}
	/*收藏图标*/
	.popdialog .header .title .addfav{
		background: url(http://p.infzm.com/2008/images/tools_icon/heart_add.png) no-repeat;
		_background:none;	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/tools_icon/heart_add.png");	}	
		
	/*分享图标*/
	.popdialog .header .title .share{
		background: url(http://p.infzm.com/2008/images/tools_icon/share.png) no-repeat;
		_background:none;	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/tools_icon/share.png");}		
		
	.popdialog .header .close{/*close 按钮*/
		position: absolute;
		top:0;right:0;
		font: normal 100 12px/1.2 "宋体";
		color:#999;
		background: url(http://p.infzm.com/2008/images/cancel.png) no-repeat right 100%;
		padding:3px 18px 0 0;
		cursor: pointer;
	}
	.popdialog .header .hover{ color: #000; background: url(http://p.infzm.com/2008/images/cancel.png) no-repeat right 0; }/*鼠标移上close按钮上后添加hover*/
	
	.popdialog .header .dialog-nav{ list-style: none;padding: 0 0 0 70px;height:35px;position: relative }
	.popdialog .header .dialog-nav li.t1{ float: left; width: 120px; height: 35px; position: relative }
	.popdialog .header .dialog-nav li.t1 .bg{ position: absolute;width: 120px; height: 35px; 
	background:url(http://p.infzm.com/2008/images/tab-t1.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/tab-t1.png"); }
	.popdialog .header .dialog-nav li.action .bg{ position: absolute;width: 120px; height: 35px; 
	background:url(http://p.infzm.com/2008/images/tab-t1-white.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/tab-t1-white.png"); }
	
	.popdialog .header .dialog-nav li.t1 a{ font-size:18px;position: absolute;width: 87px; height: 23px;padding:10px 0 0 33px;_padding:10px 0 0 33px; text-decoration: none;color:#000; }

	/*图标*/
	.popdialog .header .dialog-nav li.t1 .ico{ position: absolute;width: 16px; height: 16px; top:10px;_top:10px;left:15px;display: block;
	}
	/*添加tag图标*/
	.popdialog .header .dialog-nav li.t1 .addtag{
	background:url(http://p.infzm.com/2008/images/tag_blue_edit.png) no-repeat;
	_background:none;	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/tag_blue_edit.png");
	}
	/*邮件图标*/
	.popdialog .header .dialog-nav li.t1 .mailto{
	width:20px;height:20px;left:13px;top:8px;
	background:url(http://p.infzm.com/2008/images/mailto.png) no-repeat;
	_background:none;	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/mailto.png");
	}
	/*站内消息图标*/
	.popdialog .header .dialog-nav li.t1 .message{
	width:20px;height:18px;left:13px;top:9px;
	background:url(http://p.infzm.com/2008/images/message.png) no-repeat;
	_background:none;	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://p.infzm.com/2008/images/message.png");
	}
	.popdialog .body{ background: #fff; }
	.popdialog .body .inner{ padding: 10px; }
	.popdialog .input{ display: block;margin-bottom:8px; }
	.popdialog .input input{
	background:#fff url(http://p.infzm.com/2008/images/input-bg.png) repeat-x top;
	width:514px;
	border:1px solid #7A9E0D;
	padding:5px 3px 3px;_padding:2px 3px 7px;
	color:#777;
	font:normal 100 14px/1.5 "宋体";
	}
	.popdialog .input input.mail{ width: 260px; }
	.popdialog .input input.title{ width: 460px; }
	.popdialog .input label{ font-size: 12px; color: #999; line-height: 1.5; }
	.popdialog .input label.label{ float:left;width:40px;text-align:right;padding:4px 5px 0;_padding:6px 5px 0 }
	.popdialog .input label.pt0{ padding-top: 0; }
	.popdialog .input .note{ font-size: 12px; color: #999;padding-left:8px; position: relative;top:2px;_top:0; }
	.popdialog .hot-tag{ font-size: 12px; line-height:1.5}
	.popdialog .hot-tag a{ color: #7A9E0D; text-decoration: none; white-space: nowrap; }
	.popdialog .hot-tag a:hover{ color: #7A9E0D; text-decoration: underline; }
	.popdialog .submit { text-align: center; }
	
	.popdialog .input textarea{
		background:#fff url(http://p.infzm.com/2008/images/input-bg.png) repeat-x top;
		width:460px;
		border:1px solid #7A9E0D;
		padding:3px 3px 2px;_padding:0px 3px 5px;
		color:#777;
		font:normal 100 16px/1.5 "宋体";
		overflow-y: auto;
		height:120px;
		}
		#message{
			display: none;
		}
