/**
 * 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 #A2BED2;background:#F7FCFE;z-index: 9500;} 
.jrj-dlg-base *{padding : 0;margin : 0;	}
.jrj-dlg-bar {background:url(http://i0.jrjimg.cn/common/pop-tt.png) no-repeat 0 -30px;  height:26px;-moz-user-select:none;color:#254F88;}
.jrj-dlg-bar span{padding:0 20px;font-size:14px;line-height:26px;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-close,.jrj-dlg-btn,.jrj-dlg-btn span{background:url(http://i0.jrjimg.cn/common/pop-ico.gif) no-repeat;}
.jrj-dlg-close{position:absolute;top:7px;right:10px;width:10px;height:11px;text-indent:-9999px;line-height:0;font-size:0;outline:none;}
.jrj-dlg-btn{display:inline-block;height:22px;line-height:22px;color:#333;padding-left:12px;margin:0 10px;background-position:-10px -75px;}
.jrj-dlg-btn span{padding-right:12px;display:inline-block;cursor:pointer;background-position:100% -75px;}

.jrj-dlg-close{background-position:0 -25px;}
.jrj-dlg-close:hover{background-position:0 -36px;}
.jrj-dlg-btn:hover{background-position:-10px -25px;}
.jrj-dlg-btn:hover span{background-position:100% -25px;}

.jrj-alerts{width:320px;}
.jrj-alerts-content{height:50px;padding:15px 20px 5px;}
#jrj_prompt_input{width:150px;height:18px;font-size:12px;border:1px solid #CCC}

.jrj-dialog{width:360px;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 #A2BED2;}
.jrj-dialog-content{padding:5px;overflow-x:hidden;}

.jrj-dlg-panel a:hover{text-decoration:none;}
