@charset "utf-8";
.SideAdd {
	border: thin solid #CCCCCC;
	position: absolute;
	height: 120px;
	width: 250px;
	top: 225px;
	right: 1%;
	background-color: #FFFF99;
	z-index: 10;
	padding: 0px;
	margin: 0px;
	background-position: center center;
	font-family: Perpetua;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.SideAdd-p {
	font-family: Perpetua;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
