.myup {
		display:none;
		position: fixed; 
		z-index:10000;
		top: 200px;  /*150*/
		width: 661px; 
		padding: 15px;  
		left:32%!important;
		background-color: #FFFFFF;
		border-radius:15px; 
		-webkit-border-radius:15px; 
		-khtml-border-radius:15px; 
		-moz-border-radius:15px; 
		-o-border-radius:15px; 
		box-shadow: 0px 5px 18px #000; 
		-webkit-box-shadow:0px 5px 18px #000; 
		-khtml-box-shadow:0px 5px 18px #000; 
		-moz-box-shadow:0px 5px 18px #000; 
		font-weight: bold; 
		border: none; 
		font-family: arial; 
		font-size: 12px; 
		font-style: oblique; 
		line-height: 9px;
		}
		.mytext{
		color: #000; 
		line-height:1.3; 
		}
		.mytext p {
			text-align:justify;
		}
		.mytext ul {
			margin:20px 0 15px 30px;
		}
		.mytext ul li {
			margin-bottom:10px;
		}
		.myclose {
			background: rgba(0, 0, 0, 0.8);
			border: 2px solid #ccc;
			height: 24px;
			line-height: 24px;
			position: absolute;
			right: -13px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			top: -15px;
			width: 24px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-ms-border-radius: 15px;
			-o-border-radius: 15px;
			 border-radius: 15px;
			-moz-box-shadow: 1px 1px 3px #000;
			-webkit-box-shadow: 1px 1px 3px #000;
			box-shadow: 1px 1px 3px #000;
		}
		.myclose:before {
			color: rgba(255, 255, 255, 0.9);
			content: "X";
			font-size: 14px;
			text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
		}
		.myclose:hover {
			background-color: rgba(64, 128, 128, 0.8);
			cursor: pointer;
			text-decoration:none;
		}