#pop-up {
	display:none;
	position:absolute;
	width:400px;
	height:275px;
	background:grey;
	padding:10px;
	color:white;
	border:solid 1px white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:inherit;
}
