.modal .body {
			position:fixed;
			height:50%;
			width:50%;
			top:25%;
			left:25%;
			padding:2%;
			background:#fff;
			border-radius: 2px;
		}
		.modal {
			content:'';
			position:fixed;
			display:block;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:#444;
			background:rgba(0,0,0,.25);
			z-index:2;
		}
		.modal h2 {
			border-bottom:1px solid #444;
		}

		.modal .close {
			position:absolute;
			right:0%;
			top:2%;
			height:30px;
			width:30px;
			font-size:25px;
			z-index:2;
			cursor:pointer;
		}