
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 300;
	top: 100;
	width: 55%;
	height: 50%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
							

/* The Close Button */
.closeNew {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closeNew:hover,
.closeNew:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


.modal-contentNew {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 70%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.modal-headerNew {
	padding: 2px 16px;
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
}

.modal-bodyNew {
	padding: 2px 16px;
}