#ym-window{font-size:12px; font-family:Arial; padding:-20px; margin:-20px; filter:progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=135);}

.ym-tl{padding-left:12px; background:url(/images/prompt/title_left.gif) no-repeat 0 0;}
.ym-tr{padding-right:12px; background:url(/images/prompt/title_right.gif) no-repeat right 0;}
.ym-tc{background:url(/images/prompt/title_bg.gif) repeat-x 0 0; overflow:hidden; height:30px; line-height:30px;}
/*.ym-ttc{height:399px; background-color:#000;}*/
.ym-header-text{font-size:12px; font-weight:bold; color:#333333; padding-left:6px; float:left;}/*background: url(/images/prompt/titleIco.gif) no-repeat 1px 1px;*/
.ym-header-tools{float:right; margin-top:3px}

/*body*/
.ym-ml{background:url(/images/prompt/win_left.gif) repeat-y left 0; padding-left:3px;}
.ym-mr{background:url(/images/prompt/win_right.gif) repeat-y right 0; padding-right:3px;}
.ym-mc{padding:0; background:url(/images/prompt/win_bg.gif);}
.ym-body{overflow:hidden;padding:0;font-size:12px;color:#0076A9}

/*button*/
.ym-btn{text-align:center; background:url(/images/prompt/win_bg.gif);}

/*footer*/
.ym-bl{background:url(/images/prompt/win_leftb.gif) no-repeat 0 bottom; padding-left:13px}
.ym-br{background:url(/images/prompt/win_rightb.gif) no-repeat right bottom; padding-right:12px}
.ym-bc{background:url(/images/prompt/win_bbg.gif) repeat-x 0 bottom; height:13px; font-size:3px}

.ymPrompt_alert{
	padding-left:90px;
	background:url(/images/prompt/info.gif) no-repeat 30px 50%
}
.ymPrompt_succeed{
	padding-left:90px;
	background:url(/images/prompt/right.gif) no-repeat 30px 50%
}
.ymPrompt_error{
	padding-left:90px;
	background:url(/images/prompt/err.gif) no-repeat 30px 50%
}
.ymPrompt_confirm{
	padding-left:90px;
	background:url(/images/prompt/ask.gif) no-repeat 30px 50%
}
.ymPrompt_close{
	cursor:pointer;
	background:url(/images/prompt/x.gif) no-repeat 0 0;
	width:18px;height:19px; margin-top:2px; margin-right:0px;
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:10px 0 0; border:0px;}
.ymPrompt_alert .ym-content input{border:1px #ddd solid; height:16px; padding:2px;}
/*取消确认按钮样式*/
input.btnStyle{background:url(/images/prompt/close_button.gif) no-repeat; width:63px; height:22px; line-height:22px; font-size:12px; color:#515151; font-weight:bold; border:0; margin:5px 0; text-align:center;}
