/**
 * jQuery UI Plugin CSS
 * author:jianjun.wang@jrj.com.cn
 */
#popup_container {	
	width:424px;
	height:168px;
	background-color: #DADADA;
}
#popup_container .popup_wrap{
  position:absolute	;
  left:-3px;
  top:-2px;
	width:422px;
	background: #FFF;
	border: solid 1px #A8A8A8;
}
#popup_container .shut{position:absolute;top:5px;right:8px;cursor:pointer}
#popup_title {
  background:url(//i0.jrjimg.cn/bbsnew/img/bgtip.png) repeat-x;
  border-bottom:1px solid #a8a8a8;
  font-size:14px;
  line-height:25px;
  -moz-user-select:none;
  padding: 0;
	margin: 0;
}
#popup_title span{background:url(//i0.jrjimg.cn/bbsnew/img/bgn.gif) no-repeat scroll -195px -545px;line-height:25px;padding:5px 0 6px 23px;font-weight:normal}

#popup_content{
	background:transparent url(//i0.jrjimg.cn/bbsnew/img/m1.jpg) no-repeat scroll 31px 11px;
  margin:0 12px;
  padding:16px 0;
}

#popup_container .alert{
	background-image: url(//i0.jrjimg.cn/bbsnew/img/m1.jpg);
}

#popup_container .confirm{
	background-image: url(//i0.jrjimg.cn/bbsnew/img/m1.jpg);
}

#popup_container .prompt{
	background-image: url(//i0.jrjimg.cn/bbsnew/img/m1.jpg);
}
.popup_message_alert{
  height:58px;
  padding:30px 0 0 120px;
}
.popup_message_confirm{
  height:58px;
  padding:30px 0 0 120px;
}
.popup_message_prompt{
  height:58px;
  padding:30px 0 0 120px;
}

#popup_panel {
	text-align: center;
}

#popup_panel .btn{
	margin:0 15px;
	background:transparent url(//i0.jrjimg.cn/bbsnew/img/bgn.gif) no-repeat scroll 0 -76px;
	border:0 none;
	cursor:pointer;
	height:20px;
	line-height:20px;
	width:54px;
}

#popup_prompt {
	margin: .5em 0em;
}

#dialog_container {	
	width:424px;
	background-color: #DADADA;
}
#dialog_container .dialog_wrap{
  position:absolute	;
  left:-3px;
  top:-2px;
	width:422px;
	background: #FFFEF5;
	border: solid 1px #A8A8A8;
	overflow:hidden;
}
#dialog_container .shut{position:absolute;top:5px;right:8px;cursor:pointer}
/*内容通用样式*/
#dialog_container textarea {
	border:1px solid #DDDDDD;
	color:#666666;
	line-height:20px;
	margin:0 0 10px;
	padding:0 0 0 3px;
	font-size:12px;
}

#dialog_title{	
	font-size:14px;
	margin:0 12px;
	padding:17px 0 6px;
	text-align:center;
}

#dialog_content.modeDialog{
  border-bottom:1px solid #DDDDDD;
  margin:0 12px;
  padding:10px 0;
  overflow:hidden;
}

#dialog_content.none_bottom{border-bottom-style:none}

#dialog_panel {
  margin:10px 0 16px;
	text-align:center;
}

#dialog_panel .btn{
	margin:0 15px;
	background:transparent url(//i0.jrjimg.cn/bbsnew/img/bgn.gif) no-repeat scroll 0 -76px;
	border:0 none;
	cursor:pointer;
	height:20px;
	line-height:20px;
	width:54px;
}