﻿/*container*/
#ym-window{
	background:#f0faff;overflow:hidden;
	font-size:12px;font-family:'宋体'
}

.ym-tl{padding-left:3px;background:#cfd7ec url(/uploads/image/jysdimages/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#cfd7ec url(/uploads/image/jysdimages/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#cfd7ec url(/uploads/image/jysdimages/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:28px;line-height:30px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#fff;padding-left:28px;background:  no-repeat 1px 1px;float:left}
.ym-header-tools{float:right;margin-top:3px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{background:url(/uploads/image/jysdimages/win_l.gif) repeat-y 0 0;padding-left:3px;}
.ym-mr{background:url(/uploads/image/jysdimages/win_r.gif) repeat-y right 0;padding-right:3px;}
.ym-mc{padding:0}
.ym-body{overflow:auto;padding:0;font-size:12px;color:#0076a9}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{background:url(/uploads/image/jysdimages/win_lb.gif) no-repeat 0 bottom;padding-left:3px}
.ym-br{background:url(/uploads/image/jysdimages/win_rb.gif) no-repeat right bottom;padding-right:3px}
.ym-bc{background:url(/uploads/image/jysdimages/win_b.gif) repeat-x 0 bottom;height:3px;font-size:3px}

.ymprompt_alert{
	padding-left:90px;
	background:url(/uploads/image/jysdimages/info.gif) no-repeat 20px 50%
}
.ymprompt_succeed{
	padding-left:90px;
	background:url(/uploads/image/jysdimages/right.gif) no-repeat 20px 50%
}
.ymprompt_error{
	padding-left:90px;
	background:url(/uploads/image/jysdimages/err.gif) no-repeat 20px 50%
}
.ymprompt_confirm{
	padding-left:90px;
	background:url(/uploads/image/jysdimages/ask.gif) no-repeat 20px 50%
}
.ymprompt_close{
	cursor:pointer;
	background: no-repeat 0 0;
	width:22px;height:22px;
}
.ymprompt_alert .ym-content,.ymprompt_succeed .ym-content,.ymprompt_error .ym-content,.ymprompt_confirm .ym-content{padding:50px 0 0}
/*图标公共定义*/
.ym-header-tools div{
	cursor:pointer;
	width:22px;height:22px;float:left;margin:0 0;
	background:url(/uploads/image/jysdimages/ico.gif) no-repeat;
}
.ymprompt_close{
	background-position:-66px 0 !important;
}
.ymprompt_max{
	background-position:0 0 !important;
}
.ymprompt_min{
	background-position:-44px 0 !important;
}
.ymprompt_normal{
	background-position:-22px 0 !important;
}
/*取消确认按钮样式*/
input.btnstyle{
	background:url(/uploads/image/jysdimages/btn_bg.gif) no-repeat;
	width:80px;height:23px;line-height:23px;
	font-size:12px;color:#fff;font-weight:bold;border:0;margin:10px 0
}