/*container*/
#ym-window{
	background:#F4F4F4;overflow:hidden;
	font-size:12px;font-family:'宋体';
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}

.ym-tl{padding-left:0px;background:#fff;border-left:#666666 5px solid;}
.ym-tr{padding-right:0px;background:#fff;border-right:#666666 5px solid;}
.ym-tc{background:#fff;overflow:hidden;height:25px;line-height:25px;border-top:#666666 5px solid;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#000;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:3px}

/*body*/
.ym-ml{background:#fff;padding-left:3px; border-left:#666666 5px solid;}
.ym-mr{background:#fff;padding-right:3px;border-right:#666666 5px solid;}
.ym-mc{padding:0}
.ym-body{overflow:hidden;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{background:#fff;padding-left:0px;border-left:#666666 5px solid;}
.ym-br{background:#fff;padding-right:0px;border-right:#666666 5px solid;}
.ym-bc{background:#fff;height:3px;font-size:3px;border-bottom:#666666 5px solid;}

.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:26px;height:18px;
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:50px 0 0}

/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#000;border:0;margin:10px 0
}