/*container*/
#ym-window{
	background:#ffffff;overflow:hidden;
	font-size:13px;
	font-family:'宋体';
	color:#254777;
	font-weight:bold;
	/*99bbe8filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=3, Direction=135);*/
}

.ym-tl{padding-left:3px;background:#1B386D url(images/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#1B386D url(images/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#1B386D url(images/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:26px;line-height:26px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#254777;margin-left:5px;float:left;  padding-top:1px;}
.ym-header-tools{float:right;margin-top:5px}

/*body e1e7f5 cee1ff */
.ym-ml{background:#bababa;padding-left:1px}
.ym-mr{background:#bababa;padding-right:1px}
.ym-mc{background:#fff;padding-bottom:1px;}
.ym-body{overflow:hidden;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center;background:#ffffff;}

/*footer*/
.ym-bl{background:#bababa;padding-left:1px}
.ym-br{background:#bababa;padding-right:1px}
.ym-bc{background:#bababa; height:2px;font-size:1px}

.ymPrompt_alert{
	padding-left:90px;
	background:url(images/info.gif) no-repeat 20px 50%
}
.ymPrompt_succeed{
	padding-left:90px;
	background:url(images/right.gif) no-repeat 20px 50%
}
.ymPrompt_error{
	padding-left:90px;
	background:url(images/err.gif) no-repeat 20px 50%
}
.ymPrompt_confirm{
	padding-left:90px;
	background:url(images/ask.gif) no-repeat 20px 50%
}
.ymPrompt_close{
	cursor:pointer;
	background:url(images/close.gif) no-repeat 0 0;
	width:42px;height:15px;
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:38px 3px 0;}

/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:112px;height:32px;line-height:32px;
	font-size:14px;color:#000;border:0;margin:10px 0; font-weight:bold; padding-left:10px;
}
