/*container*/
#ym-window{
	background:#fff;overflow:hidden;
	font-size:12px;font-family:'宋体';);
}

/*header*/
.ym-tl{padding-left:3px;background:#960025  no-repeat 0 0}
.ym-tr{padding-right:3px;background:#960025  no-repeat right 0;}
.ym-tc{background:#960025  repeat-x 0 0;overflow:hidden;height:25px;line-height:25px;}
.ym-header-text{font-size:12px;font-weight:bold;color:#fff;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:5px}

/*body*/
.ym-ml{border-left-style:solid;border-left-color:#960025;}
.ym-mr{border-right-style:solid;border-right-color:#960025;}
.ym-mc{background:url(images/content_bg.gif) repeat-x 0 0;padding:0}
.ym-body{overflow:hidden;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{border-left-style:solid;border-left-color:#960025;}
.ym-br{border-right-style:solid;border-right-color:#960025;}
.ym-bc{border-bottom-style:solid;border-bottom-color:#960025;}

/*icon*/
.win_alert{
	padding-left:90px;
	background:url(images/info.gif) no-repeat 20px 50%
}
.win_succeed{
	padding-left:90px;
	background:url(images/right.gif) no-repeat 20px 50%
}
.win_error{
	padding-left:90px;
	background:url(images/err.gif) no-repeat 20px 50%
}
.win_confirm{
	padding-left:90px;
	background:url(images/ask.gif) no-repeat 20px 50%
}
.win_alert .ym-content,.win_succeed .ym-content,.win_error .ym-content,.win_confirm .ym-content{padding:50px 0 0}

.win_close{
	cursor:pointer;
	background:url(images/close.jpg) no-repeat 0 0;
	width:16px;height:16px;
}

/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#183C94;border:0;margin:10px 0
}