@charset "UTF-8";
#syLB {
	display:none;
	position:fixed;
	_position:absolute;
	top:0px;
	left:50%;
	margin-left:-50%;
	width:100%;
	height:100%;
	background:url(../images/lb_win_bg.png) left top repeat;
	z-index:5000;
	cursor:default;
}
.syLBOut {
	position:relative;
	margin:0px auto;
	padding-top:80px;
	width:611px;
	background:url(../images/lb_bg_top.png) center top no-repeat;
	z-index:6000;
}
.syLBIn {
	position:relative;
	padding:0px 114px 80px;
	width:383px;
	background:url(../images/lb_bg_bottom.png) center bottom no-repeat;
}
.syLBIn:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.syLBClose {
	display:block;
	position:absolute;
	top:-50px;
	right:30px;
	width:20px;
	height:20px;
}
.syLBClose a {
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background: url(../images/lb_btn.png) left top no-repeat;
	outline:none;
}
.syLBIn h3{
	margin:0px 0px 10px 0px;
}
.syLBIn p{
	font-size:93%;
	line-height:1.8em;
	color:#999;
}