.popbg{
			display: block;
			background: rgba(255, 255, 255, 0.9);
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			overflow: auto;
			display: none;
		}
		.popup{
			display: block;
			position: fixed;
			width: 260px;
			right: 0;
			top:165px;
			background: #fff;
			display: none;
			z-index:3200
		}
		.pop-shadow{
			-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
			background: #fff;
			background-clip: padding-box;
			border: 1px solid #e5e5e5;
			border: rgba(0,0,0,0);
			outline: 0;
		}
		.pop-header{
			background: #efefef;
			border: #ddd solid 1px;
			position: relative;
			display: block;
		}
		.pop-header:after{
			clear:both;
			height: 0px;
			display:block;
			content: "";
		}
		.left{
			float: left;
		}
		.right{
			float: right;
		}
		.pop-title{
			display: block;
			padding: 10px;
			font-weight: bold;
			color:#666;
		}
		.pop-control{
			display: block;
			padding: 10px;
		}
		.pop-close{
			display: block;
			font-weight: bold;
			font-family: arial;
			cursor: pointer;
			display: inline-block;
			color: #333;
			font-size: 14px;
		}
		.pop-close:hover{
			color: #444;
		}
		.main-content{
			display: none;
			padding: 5px 10px 25px 10px;
		}
		.main-content h1{
			font-size: 28px;
		}
		.main-content p{
			font-size: 16px;
		}