/*container*/
#ym-window{
	background:#BBD4F6;overflow:hidden;
	font-size:12px;font-family:'����';
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}

.ym-tl{padding-left:3px;/*background:#1B386D url(images/title_bg_left.gif) no-repeat 0 0*/ background:#FFE; height:30px; border-bottom:1px solid #ededed;}
.ym-tr{padding-right:3px;/*background:#1B386D url(images/title_bg_right.gif) no-repeat right 0;*/ background:#FFE; height:30px; border-bottom:1px solid #ededed;}
.ym-tc{background:#FFF; /*url(images/title_bg_center.gif) repeat-x 0 0;*/overflow:hidden;height:30px;line-height:30px; border-radius:3px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;/*font-weight:bold;*/color:#a8a8a8;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:5px; width:20px; height:20px; background:#f0edede;}

/*body*/
.ym-ml{background:#FFF;padding-left:2px}
.ym-mr{background:#FFF;padding-right:2px}
.ym-mc{background:#FFF;padding:0}
.ym-body{overflow:hidden;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center;background:#FFF;}

/*footer*/
.ym-bl{background:#4A74BC;padding-left:2px}
.ym-br{background:#4A74BC;padding-right:2px}
.ym-bc{background:#4A74BC;height:2px;font-size:2px}

.ymPrompt_alert{
	padding-left:90px;
	background:url(images/info.png) no-repeat 20px 50%
}
.ymPrompt_succeed{
	padding-left:90px;
	background:url(images/right.png) no-repeat 20px 50%
}
.ymPrompt_error{
	padding-left:90px;
	background:url(images/err.png) no-repeat 20px 50%
}
.ymPrompt_confirm{
	padding-left:80px;
	background:url(images/ask.png) no-repeat 20px 50%
}
.ymPrompt_close{
	cursor:pointer;
	background:url(images/close.png) no-repeat 0 0;
	width:20px;height:20px;
	/*background:#f0eded;
	border-radius:20px;
	font-size:#000;*/
}

/*������ʽ 0924*/
.ymPrompt_close:hover{url(images/close1.png) no-repeat 0 0;}





.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:30px 3px 0}

/*ȡ��ȷ�ϰ�ť��ʽ*/
input.btnStyle{
	background:#31a0ff;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#FFF;border:0;margin:10px 0
	
	
	
	
}