@charset "UTF-8";

#modal{
	width:100%;
	height: 100%;
	position:fixed;
	z-index:1;
	left: 0;
	top:0;
	background-color: rgb(220, 220, 220, 0.5);
	
	
	
	
}

#modal div.modalContent{
	
	border: solid 1px gray;
	background-color: white;	
	width:300px;
	height:200px;
	margin: auto;
	margin-top: 200px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 10px 10px silver;
	
}

