#calendar-box:before {
	content: url("/images/Corner-TL-PG.png");
	background: url("/images/Corner-TR-PG.png") top right no-repeat;
	margin-top: -1em;
	margin-left: -1em;
	margin-right: -1em;
	border-top-width: 1px;
	border-top-tyle: solid;
	border-top-color: black;
	display: block;
}
#calendar-box {
	background: rgb(0, 71, 213) url("/images/CalendarIcon.png") top right no-repeat;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	margin: 4px 0 4px 0;
}
#calendar-box a {
	color: white;
	text-decoration: none;
}
#calendar-box:after {
	content: url("/images/Corner-BL-PG.png");
	background: url("/images/Corner-BR-PG.png") top right no-repeat;
	display: block;
	margin-bottom: -1em;
	margin-left: -1em;
	margin-right: -1em;
}

