/*container*/
#ym-window{
	background:#fff;overflow:hidden;
	font-size:12px;font-family:'宋体'
}

/*header*/

.ym-tl{
	padding-left:8px;
	height: 37px;
	background-image: url(images/title_bg_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ym-tr{
	padding-right:8px;
	height: 37px;
	background-image: url(images/title_bg_right.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}
.ym-tc{
	overflow:hidden;
	height:29px;
	line-height:29px;
	padding-top: 8px;
	padding-right: 5px;
	background-image: url(images/title_bg_center.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#fff;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:5px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{
	padding-left:8px;
	background-image: url(images/win_l.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #666;
}
.ym-mr{
	padding-right:8px;
	background-image: url(images/win_r.gif);
	background-repeat: repeat-y;
	background-position: right 0;
	background-color: #666;
}
.ym-mc{
	padding:0;
	background-color: #FFFFFF;
}
.ym-body{
	padding:0;
	font-size:12px;
}

/*button*/
.ym-btn{
	text-align:right;
	padding-right: 5px;
	background-color: #FFF;
}

/*footer*/
.ym-bl{
	padding-left:8px;
	background-image: url(images/win_lb.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-color: #666;
}
.ym-br{
	padding-right:8px;
	background-image: url(images/win_rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ym-bc{
	height:8px;
	font-size:3px;
	background-image: url(images/win_b.gif);
	background-repeat: repeat-x;
	background-position: 0 0;	
}

/*icon*/
.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_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:50px 0 0}
/*图标公共定义*/
.ym-header-tools div{
	cursor:pointer;
	width:16px;height:16px;float:left;margin:0 1px;
	background:url(images/ico.gif) no-repeat 0 0;
}
.ymPrompt_close{
	background-position:-16px 0;
}
.ymPrompt_max{
	background-position:0 -16px;
}
.ymPrompt_min{
	background-position:0 0;
}
.ymPrompt_normal{
	background-position:-16px -16px;
}

/*取消确认按钮样式*/
input.btnStyle{
	width:50px;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#FFFFFF;
	border:0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	background-color: #54ADEB;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
}
