/*container*/
#ym-window{
	overflow:hidden;
	font-size:12px;font-family:'宋体';
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
	z-index:10;
}

.ym-tl{padding-left:5px;background:url(images/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:7px;background:url(images/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#DCE4F8 url(images/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:36px;line-height:36px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:14px;font-weight:bold;color:#000;margin-left:8px;float:left}
.ym-header-tools{float:right;margin-top:0px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{background:url(images/win_l.gif) repeat-y 0 0;padding-left:3px;background-color:#FFF;}
.ym-mr{background:url(images/win_r.gif) repeat-y right 0;padding-right:3px;background-color:#FFF;}
.ym-mc{padding:0; background-color:#FFF;}
.ym-body{overflow:auto;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{background:url(images/win_lb.gif) no-repeat 0 bottom;padding-left:7px;}
.ym-br{background:url(images/win_rb.gif) no-repeat right bottom;padding-right:7px;}
.ym-bc{background:url(images/win_b.gif) repeat-x 0 bottom;height:7px;font-size:7px;background-color:#FFF;}

.ymPrompt_alert{
}
.ymPrompt_succeed{
}
.ymPrompt_error{
}
.ymPrompt_confirm{
}
.ym-header-tools div{
	cursor:pointer;
	width:25px;height:26px;float:left;margin:0px 0px; padding-right:6px;
}
.ymPrompt_close{
	background:url(images/ico.gif) no-repeat 0px 9px;
	width:17px !important;
	height:17px;
	overflow:hidden;
}
.ymPrompt_max{
	background:url(images/ico.gif) no-repeat -50px 0px;
}
.ymPrompt_min{
	background:url(images/ico.gif) no-repeat -25px 0;
}
.ymPrompt_normal{
	background:url(images/ico.gif) no-repeat 0 0;
}

.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:20px 0 15px 0; text-align:center;}

/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:22px;line-height:22px;
	font-size:12px;color:#630;border:0;margin:10px 0 10px 0;
}