#fade_bg {
				position: fixed;
				top: 0px;
				left: 0px;
				height: 100%;
				width: 100%;
				background-color: #fff;
				opacity: 0.5;
				filter: alpha(opacity = 50);
			}
			#pop_up {
				background-color: #fff;
				position: absolute;
				top: 25%;
				left: 50%;
				margin-left: -211px;
				width: 400px;
				height: 150px;
				padding: 10px;
				z-index: 700;
			}
			#pop_up .cancel {
				position: absolute;
				bottom: 25px;
				right: 15px;
				width: 50px!important;
				cursor: pointer;
			}