﻿/*container*/
#ym-window{
	background:#fff;overflow:hidden;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.ym-tl{padding-left:3px;background:#CFD7EC url(images/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#CFD7EC url(images/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#CFD7EC url(images/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:30px;line-height:30px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#fff;padding-left:28px;background: url(images/titleIco.gif) no-repeat 5px 5px;float:left;}
.ym-header-tools{float:right;margin-top:3px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{border-left:solid 1px #8962aa;}
.ym-mr{border-right:solid 1px #8962aa;}
.ym-mc{padding:0}
.ym-body{overflow:auto;padding:0;font-size:12px;color:#0076A9}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{padding-left:0px}
.ym-br{padding-right:0px}
.ym-bc{font-size:3px; border-bottom:solid 1px #8962aa;}

.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:22px;height:22px;
}
.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:24px;height:24px;float:left;margin:0 0;
	background:url(images/ico.gif) no-repeat;
}
.ymPrompt_close{
	background-position:-66px 0 !important;
}
.ymPrompt_max{
	background-position:0 0 !important;
}
.ymPrompt_min{
	background-position:-44px 0 !important;
}
.ymPrompt_normal{
	background-position:-22px 0 !important;
}
/*取消确认按钮样式*/
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:23px;line-height:23px;
	font-size:12px;color:#fff;font-weight:bold;border:0;margin:10px 0
}