div.modal{
	position: fixed;
	width: 500px;
	border: 8px solid #fff;
	z-index: 9999;
	background-color: #fff;
	border: 8px solid #eee;
	font-size: 12px;
}
div.modal h1{
	font-family: "Georgia";
	padding: 5px;
	text-align: center;
	font-size: 28px;
	font-weight: 100;
	color: #000;
}
div.modal p
{
	line-height: 1.5em;
	padding: 5px 20px;
	margin-top: 5px;
	color: #7d7d7d;
	font-size: 12px;
}
div.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000000;
	top: 0px;
	left: 0px;
}
div.modal #modal_controls input[type="button"]{
	padding: 5px;
	margin: 5px;
}
#imageModal img{
	display: block;
	margin: 20px auto;
	padding: 0px 20px;
}
div.modal img.modalNotificationIcon
{
	display: block;
	margin: 20px auto;
}
#imageModal .close_modal{
	display: none;
}
div.modal .close_modal{
	height: 22px;
	background-color: #eee;
	text-align: right;
	margin: 0px 0px 10px 0px;
}
#modalNotification{
	font-size: 12px;
}
#modal_controls{
	background-color: #eee;
	height: 45px;
	width: 100%;
}
