 .pageForm {
 	position: absolute;
 	z-index: 1001;
 	width: auto;
 	height: auto;
 	padding: 0px 8px 8px 8px;
 	text-align: center;
 	border-radius: 10px;
 	border: 2px solid black
 }

 .closeBtn {
 	text-align: right;
 }

 .closeBtn div {
 	position: absolute;
    right: 0px;
    width: 25px;
    height: 25px;
 	cursor: pointer;
 	background: url(/img/cancel.png);
 	background-size: cover;
 }