﻿/*container*/
#ym-window{
	background:#bbd4f6;overflow:hidden;
	font-size:12px;font-family:'宋体'
}

.ym-tl{padding-left:3px;background:#1b386d url(/uploads/image/sbimages/title_bg_left.gif) no-repeat 0 0}
.ym-tr{padding-right:3px;background:#1b386d url(/uploads/image/sbimages/title_bg_right.gif) no-repeat right 0;}
.ym-tc{background:#1b386d url(/uploads/image/sbimages/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:25px;line-height:25px;}
.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{background:#4a74bc;padding-left:2px}
.ym-mr{background:#4a74bc;padding-right:2px}
.ym-mc{background:#bbd4f6;padding:0}
.ym-body{overflow:hidden;padding:0;font-size:12px;}

/*button*/
.ym-btn{text-align:center;background:#bbd4f6;}

/*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(/uploads/image/sbimages/info.gif) no-repeat 20px 50%
}
.ymprompt_succeed{
	padding-left:90px;
	background:url(/uploads/image/sbimages/right.gif) no-repeat 20px 50%
}
.ymprompt_error{
	padding-left:90px;
	background:url(/uploads/image/sbimages/err.gif) no-repeat 20px 50%
}
.ymprompt_confirm{
	padding-left:90px;
	background:url(/uploads/image/sbimages/ask.gif) no-repeat 20px 50%
}
.ymprompt_close{
	cursor:pointer;
	background:url(/uploads/image/sbimages/close.gif) no-repeat 0 0;
	width:15px;height:15px;
}
.ymprompt_alert .ym-content,.ymprompt_succeed .ym-content,.ymprompt_error .ym-content,.ymprompt_confirm .ym-content{padding:50px 3px 0}

/*取消确认按钮样式*/
input.btnstyle{
	background:url(/uploads/image/sbimages/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#000;border:0;margin:10px 0
}