div#bigview {
	position: absolute;
	background: black;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

div#bigview img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

div#bigview a {
	color: white;
	text-decoration: none;
}

div#bigview a:hover {
	color: #558FFA;
}

div#bigview p {
	font-family: arial, sans-serif;
	font-size: 12pt;
	padding-left: 50px;
	font-weight: bold;

}

div#bigview div.closebutton {
	text-align: right;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12pt;
}

div#bigview div.closebutton a {
	padding: 3px 10px 3px 10px;
}

div#bigview div.closebutton a:hover {
	color: black;
	background: white;
}

.notice {
	color: red;
}