#fade_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0.5;
}
#pop_up {
	background-color: #fff;
	position: absolute;
	top: 15%;
	left: 20%;
	margin-left: 0px;
	width: 600px;
	height: 400px;
	padding: 10px;
	overflow: auto;
}
#text {
  width: 600px;
  height: 350px;
  overflow: auto;
}
#pop_up .cancel {
	position: absolute;
	bottom: 25px;
	right: 15px;
	width: 50px!important;
}