/*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/ymprompt/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:7px;background:url(../images/ymprompt/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#DCE4F8 url(../images/ymprompt/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:#810000;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/ymprompt/win_l.gif) repeat-y 0 0;padding-left:3px;background-color:#FFF;}
.ym-mr{background:url(../images/ymprompt/win_r.gif) repeat-y right 0;padding-right:3px;background-color:#FFF;}
.ym-mc{padding:0; background:url(../images/ymprompt/ym-mc.gif) repeat-x 0 bottom;}
.ym-body{overflow:auto;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center;background:url(../images/ymprompt/ym-btn.gif) no-repeat 0 0;}

/*footer*/
.ym-bl{background:url(../images/ymprompt/win_lb.gif) no-repeat 0 bottom;padding-left:7px;}
.ym-br{background:url(../images/ymprompt/win_rb.gif) no-repeat right bottom;padding-right:7px;}
.ym-bc{background:url(../images/ymprompt/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:33px;float:left;margin:0px 0px;
}
.ymPrompt_close{
	background:url(../images/ymprompt/ico.gif) no-repeat 0px 5px;
	width:25px !important;
	height:25px;
	overflow:hidden;
}
.ymPrompt_max{
	background:url(../images/ymprompt/ico.gif) no-repeat -50px 0px;
}
.ymPrompt_min{
	background:url(../images/ymprompt/ico.gif) no-repeat -25px 0;
}
.ymPrompt_normal{
	background:url(../images/ymprompt/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;}
.ym-content{line-height:18px;}
/*取消确认按钮样式*/
input.btnStyle{
	background:url(../images/ymprompt/btn_bg.gif) no-repeat;
	width:98px;height:28px;line-height:28px;
	font-size:12px;color:#810000;border:0;margin:5px;
}
