/*container*/
#ym-window{
	background:#fff;overflow:hidden;
	font-size:12px;font-family:'宋体';
}

/*header*/
.ym-tl{padding-left:13px;background:url(images/title_bg_left.gif) no-repeat 0 0; height:29px}
.ym-tr{padding-right:13px;background:url(images/title_bg_right.gif) no-repeat right 0; height:29px}
.ym-tc{background:#CFD7EC url(images/title_bg_center.gif) repeat-x 0 0;overflow:hidden; height:29px;line-height:30px;}
.ym-header-text{font-size:13px;font-weight:bold;color:#000;padding-left:8px;background: url(images/titleIco.gif) no-repeat 1px 1px;float:left}
.ym-header-tools{cursor:pointer;width:44px;height:18px; float:right}

/*body*/
.ym-ml{background:url(images/win_l.gif) repeat-y 0 0;padding-left:3px;}
.ym-mr{background:url(images/win_r.gif) repeat-y right 0;padding-right:15px;}
.ym-mc{padding:0}
.ym-body{overflow:hidden;padding:0 0 0 20px;font-size:12px;}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{background:url(images/win_lb.gif) no-repeat 0 bottom;padding-left:13px; height:12px}
.ym-br{background:url(images/win_rb.gif) no-repeat right bottom;padding-right:13px;height:12px}
.ym-bc{background:url(images/win_b.gif) repeat-x 0 bottom;font-size:3px;height:12px;}

/*icon*/
.ymPrompt_alert{
	padding-left:105px;
	background:url(images/info.gif) no-repeat 35px 40%
}
.ymPrompt_succeed{
	padding-left:105px;
	background:url(images/right.gif) no-repeat 35px 40%
}
.ymPrompt_error{
	padding-left:105px;
	background:url(images/err.gif) no-repeat 35px 40%
}
.ymPrompt_confirm{
	padding-left:105px;
	background:url(images/ask.gif) no-repeat 35px 40%
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:35px 0 0 0}

.ymPrompt_close{
	cursor:pointer;
	background:url(images/close.gif) no-repeat 0 0;
	width:44px;height:18px;
}

/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#3573A2;border:0;
	margin-bottom:17px;
}
