/*container*/
#ym-window{
	overflow:hidden;
	font-size:12px;font-family:'宋体';
}
body{ margin:0px; padding:0px;}
.ym-tl{padding-left:8px;background:transparent url(images/title_bg_left.png) no-repeat 0 0}
.ym-tr{padding-right:8px;background:transparent url(images/title_bg_right.png) no-repeat right 0;}
.ym-tc{background:transparent url(images/title_bg_center.gif) repeat-x 0 0;overflow:hidden;height:28px; padding-top:5px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:14px;font-weight:bold;line-height:28px;color:#0477c5;margin-left:5px;float:left}
.ym-header-tools{float:right;margin-top:3px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{background:#c2c2c2;padding-left:4px;}
.ym-mr{background:#c2c2c2;padding-right:4px;}
.ym-mc{padding:0;background:#fff;}
.ym-body{overflow:auto;padding:0;font-size:12px; background:#fff;}

/*button*/
.ym-btn{text-align:center;background:#fff;}

/*footer*/
.ym-bl{background:#c2c2c2;padding-left:4px}
.ym-br{background:#c2c2c2;padding-right:4px}
.ym-bc{background:#c2c2c2;height:4px;font-size:4px}

.ymPrompt_alert{
	padding:0 0 0 70px;
	background:url(images/info.gif) no-repeat 20px 50%
}
.ymPrompt_succeed{
	padding:0 0 0 70px;
	background:url(images/right.gif) no-repeat 20px 50%
}
.ymPrompt_error{
	padding:0 0 0 70px;
	background:url(images/err.gif) no-repeat 20px 50%
}
.ymPrompt_confirm{
	padding:0 0 0 70px;
	background:url(images/ask.gif) no-repeat 20px 50%
}
.ym-header-tools div{
	cursor:pointer;
	width:16px;height:16px;float:left;
}
.ymPrompt_close{
	background:url(images/ico.gif) no-repeat -48px 0;
}
.ymPrompt_max{
	background:url(images/ico.gif) no-repeat -16px 0;
}
.ymPrompt_min{
	background:url(images/ico.gif) no-repeat 0 0;
}
.ymPrompt_normal{
	background:url(images/ico.gif) no-repeat -32px 0;
}

.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{padding:20px 0 0 0;}

/*取消确认按钮样式*/
/*a:hover, a:focus {text-decoration:none;}  */
input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:68px;height:25px;line-height:25px;
	font-size:12px;color:#000;border:0;margin:10px 0 20px; border:none;
	outline: none;
}
input.btnStyle:hover {
	background-position: 0 -25px;
	color: #fff;
}

#recommendInfo{ overflow:auto; }
