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

.jrj-alerts{
  width:420px;
}
#jrj_alerts_bar {
  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;
}
#jrj_alerts_bar span{background:url(//i0.jrjimg.cn/myjrj/bgnr2.gif) no-repeat -188px -100px;padding:0 0 0 23px;font-weight:normal}

#jrj_alerts_close{position:absolute;top:5px;right:8px;cursor:pointer}

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

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

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

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

#jrj_alerts_panel {
	text-align: center;
}

#jrj_alerts_ok , #jrj_alerts_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;
}
#jrj_prompt_input{
	width:150px;
	height:18px;
	font-size : 13px;
	border : 1px solid #CCC 
}

.jrj-dialog{	
  min-width:420px; 
  width:420px;  
  overflow:visible;
}
.jrj-dialog a{color:#06a;margin:0 5px;}
.jrj-dialog a:hover{color:#c00}
.jrj-dialog textarea {
	border:1px solid #DDDDDD;
	color:#666666;
	line-height:20px;
	margin:0 0 10px;
	padding:0 0 0 3px;
	font-size:12px;
}

#jrj_dlg_close{position:absolute;top:5px;right:8px;cursor:pointer}

.jrj-dialog .dlg-title{	
	font-size:14px;
	margin:0 12px;
	padding:17px 0 6px;
	text-align:center;
}
.jrj-dialog .dlg-title-bar1{	
	font-size:14px;
	margin:0 12px;
	padding:17px 0 6px;
	text-align:center;
}
.jrj-dialog .dlg-title-bar1-border{
  border-bottom:1px solid #DDDDDD
}

.jrj-dialog .dlg-title-bar2{	
  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;
}
.dlg-title-bar2 span{background:url(//i0.jrjimg.cn/myjrj/bgnr2.gif) no-repeat -188px -100px;padding:0 0 0 23px;font-weight:normal}
.jrj-dlg-body{
  margin:0 10px;
  padding:10px 0;
}
#jrj_dlg_content{
  overflow-x: hidden;  
}
#jrj_dlg_content .none-bottom{border-bottom:1px solid #DDDDDD;}

#jrj_dlg_panel {
  margin:10px 0 0;
	text-align:center;
}
#jrj_dlg_panel .nobtn{
  margin:0;
	height:20px;
}

#jrj_dlg_ok , #jrj_dlg_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;
}