/**
 * jQuery UI Plugin CSS
 * author:jianjun.wang@jrj.com.cn
 */
#popup_container {	
	width:420px;
	background: #FFF;
	border: solid 1px #A8A8A8;
}
#popup_container #popup_close{position:absolute;top:5px;right:8px;cursor:pointer}
#popup_title {
  background:url(//i0.jrjimg.cn/myjrj/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/myjrj/bgnr2.gif) no-repeat -188px -100px;padding:0 0 0 23px;font-weight:normal}

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

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

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

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

#popup_panel {
	text-align: center;
}

#popup_panel #popup_ok , #popup_panel #popup_cancel{
	margin:0 15px;
	background:transparent url(//i0.jrjimg.cn/myjrj/bgnr.gif) no-repeat scroll 0 -40px;
	border:0 none;
	cursor:pointer;
	height:21px;
	line-height:21px;
	width:67px;
}

#popup_prompt {
	margin: .5em 0em;
}
/*modify width 10.28*/
#dialog_container {	
	background: #FFFEF5;
	border: solid 1px #A8A8A8;
  min-width:420px; 
  width:420px;  
  overflow:visible;
}

#dialog_container #dialog_close{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;
}

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

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

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

#dialog_panel #dialog_ok , #dialog_panel #dialog_cancel{
	margin:0 15px;
	background:transparent url(//i0.jrjimg.cn/myjrj/bgnr.gif) no-repeat scroll 0 -40px;
	border:0 none;
	cursor:pointer;
	height:21px;
	line-height:21px;
	width:67px;
}
/*sandy1208*/
.modeDialog a{color:#06a;margin:0 5px;}
.modeDialog a:hover{color:#c00}