#fade {
	display: none;
	background: #000000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0.10;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #e9e9e9;
	border: 30px solid #e9e9e9;
	float: left;
	position: fixed;
	top: 350px;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 45px #333;
	-moz-box-shadow: 0px 0px 45px #333;
	box-shadow: 0px 0px 45px #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px;
}
.input_fb{
	width: 100%;
	height: 29px;
	border: 1px solid #999999;
}
.popup_block span{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.input_ms {
	width: 100%;
	height: 191px;
	border: 1px solid #999999;
}
.fb_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	color: #000;
	margin-bottom: 30px;
}
.fb_sn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #000;
	text-align:right !important;
}
.close {
	display:block;
	float: right;
	margin-top: -20px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
*html #fade {
	position: absolute;
}
