/*container*/
#ym-window
{
	border:1px solid #9ccbff;overflow:hidden;
	background:#fff url(/Images/Login_bg.gif) left bottom repeat-x;
	margin:0;padding:0;
	font-size:12px;font-family:'宋体';
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
	display:none;
}

/*header*/
#ym-tl{border-bottom:1px solid #9ccbff;text-align:left;background:#fff url(Images/bg.gif) left top repeat-x;padding: 0px;margin:0px;}
.ym-tl{padding-left:3px;}
.ym-tr{padding-right:3px;}
.ym-tc{overflow:hidden;height:25px;line-height:25px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;font-weight:bold;color:#000;height: 25px;line-height:25px;margin-left:5px;float:left;text-indent:5px;}
.ym-header-tools{float:right;margin-top:5px}

/*body*/
/*9ccbff
.ym-ml{background:url(images/win_l.gif) repeat-y 0 0;padding-left:3px;}
.ym-mr{background:url(images/win_r.gif) repeat-y right 0;padding-right:3px;}
.ym-mc{background:url(images/content_bg.gif) repeat-x 0 0;padding:0}
.ym-body{overflow:hidden;padding:0;font-size:12px;}
*/
#ym-ml{vertical-align:bottom;}
.ym-body{}
.ym-content{text-align:left;float:right;width:67%;font-size:14px;vertical-align:middle;padding-top:35px;line-height:150%;}
/*button*/
.ym-btn{text-align:center;height:40px;}
/*icon*/
/*
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:45px 0 0}

.ymPrompt_alert,.ymPrompt_succeed,.ymPrompt_error,.ymPrompt_confirm{text-align:left;padding-left:110px;color:#000;font-size:14px;line-height:160%;}
*/
.ymPrompt_alert{
	color:#000;Background:url(images/info.gif) no-repeat 40px 50%
}
.ymPrompt_succeed{
	color:#063;background:url(images/right.gif) no-repeat 40px 50%
}
.ymPrompt_error{
	color:#f00;background:url(images/err.gif) no-repeat 40px 50%
}
.ymPrompt_confirm{
	color:#000;background:url(images/ask.gif) no-repeat 40px 50%
}


.ymPrompt_close{
	cursor:pointer;
	background:url(images/close.gif) no-repeat 26px 0;
	width:42px;height:16px;line-height:16px;color:#2d5099
}

/*取消确认按钮样式*/
input.btnStyle{
	border:1px solid #3c7fb1;float:none;background:url(/Images/listpage.gif);cursor:pointer;color:#000;padding:0px 3px 0px 3px;margin:0px 6px 0px 6px!important;height:22px;line-height:22px;white-space:nowrap;
}
input.btnStyle:hover{color:#fff;background:#0c61bf;border-left:1px solid #0c61bf;border-top:1px solid #0c61bf;border-bottom:1px solid #000;border-right:1px solid #000;}