#msbMouse {
	display: none;
}
#msb {
	display: none;
}
.msb-box {
	width: 180px;
	height: 130px;
	background: red;
	position: absolute;
	z-index: 9999999;
	opacity: 0;
}
.boxed {
	width: 180px;
	height: 130px;
	position: relative;
}
.boxtup {
	width: 180px;
	height: 97px;
	background: red;
	position: absolute;
	top: 0;
	left: 0;
}
.boxtupp {
	width: 180px;
	height: 10px;
	background: red;
	position: absolute;
	bottom: 0;
	left: 0;
}
.boxtuppp {
	width: 75px;
	height: 23px;
	background: red;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.boxtupppp {
	width: 85px;
	height: 23px;
	background: red;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.msbPopup {
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.msbPopup .popupBox {
	position: relative;
	margin: 150px auto 0;
	width: 98%;
	height: auto;
	-moz-box-shadow:    0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow:         0 0 15px #333;
}

.popupBox .closebox{
	position: absolute;
	z-index: 999999999;
	width: 25px;
	height: 25px;
}

.popupBox .closeIconPosition {
	top: 3px;
	right: 5px;
}

.popupBox .closeSmartPosition {
	top: -15px;
	right: -15px;
	background: #333;
	border-radius: 50px;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.popupBox .closebox .closer {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.popupBox .closebox .closericon:before {
	display: inline-block;
	content: "\00d7";
	font-weight: normal;
	margin: 0 auto;
	font-size: 40px;
	font-family: 'Noto sans', serif;
}
.popupBox .closebox .closersmarticon:before {
	display: inline-block;
	content: "\00d7";
	font-weight: normal;
	margin: 0 auto;
	font-size: 25px;
	line-height: 25px !important;
	font-family: 'Noto sans', serif;
}
.popupBox .closebox .liker {
	bottom: -9px;
	left: -73px;
}