/**
 * JRJ UI Dialog CSS
 * @author:jianjun.wang@jrj.com.cn
 * @date : 2010.1.11
 */
.jrj-dlg-base{
  position:absolute;
	padding:0;
	margin : 0;	
	border: solid 1px #A8A8A8;
	background:#FFFEF5;
	z-index: 9500;
} 
.jrj-dlg-base *{
	padding : 0;
	margin : 0;	
}

.jrj-dlg-bar {
  background:url(//i0.jrjimg.cn/myjrj/bgtip.png) repeat-x;  
  border-bottom:1px solid #a8a8a8;
  height:25px;
  -moz-user-select:none;
}
.jrj-dlg-bar span{line-height:25px;padding:0 23px;background:url(//i0.jrjimg.cn/myjrj/bgnr2.gif) no-repeat -188px -100px;font-size:14px;font-weight:bold;}
.jrj-dlg-body{padding:10px;}
.jrj-dlg-panel {text-align: center;margin:10px 0;}
.jrj-dlg-panel a{font-family:"ËÎÌå";font-size:12px;text-decoration:none;}

.jrj-dlg-btn,.jrj-dlg-btn span{background:url(//i0.jrjimg.cn/common/pop-ico.gif) no-repeat;}
.jrj-dlg-btn{display:inline-block;height:21px;line-height:21px;color:#333;padding-left:12px;margin:0 10px;background-position:-10px -99px}
.jrj-dlg-btn span{padding-right:12px;display:inline-block;cursor:pointer;background-position:right -99px}
.jrj-dlg-btn:hover{background-position:-10px -99px}
.jrj-dlg-btn:hover span{background-position:right -99px}

.jrj-dlg-close{position:absolute;top:7px;right:10px;width:15px;height:14px;line-height:0;background:url(//i0.jrj.com.cn/myjrj/shut.gif) no-repeat;text-indent:-9999px;font-size:0;outline:none;}
.jrj-dlg-close:hover{}

.jrj-alerts{width:420px;}
.jrj-alerts-content{
  height:78px;
  padding:15px 0 0 120px;
}
.jrj-alerts .jrj-alert{
	background: url(//i0.jrjimg.cn/myjrj/m1.jpg) no-repeat scroll 45px 11px;
}
.jrj-alerts .jrj-confirm{
	background: url(//i0.jrjimg.cn/myjrj/m1.jpg) no-repeat scroll 45px 11px;
}
.jrj-alerts .jrj-prompt{
	background: url(//i0.jrjimg.cn/myjrj/m1.jpg) no-repeat scroll 45px 11px;
}
#jrj_prompt_input{width:150px;height:18px;font-size:12px;border:1px solid #CCC}

.jrj-dialog{width:420px;overflow:hidden;}
.jrj-dialog .jrj-dialog-bar{font-size:14px;margin:0 12px;padding:17px 0 6px;text-align:center;-moz-user-select:none;}
.jrj-dialog .jrj-dialog-bar-bb{border-bottom:1px solid #A8A8A8;}
.jrj-dialog-content{padding:5px;overflow-x:hidden;}