
.modal {
	position: absolute;
	top: 20px;
	left: 10px;
	background: #ddd;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 5px;
	display: none;
	width: 350px;
}
