
.promotionBox{
	border: 1px solid black;
	position: absolute;
	height: 150px;
	width: 240px;
	background-color: #BED2E8;
}
.promotionPrize{
	position: absolute;
	left: 0px;
	top:0px;
	height: 32px;
	width: 80px;
	padding-top: 18px;
	background-image: url(./prize_bg.gif);
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	color: red;
}
.promotionTextBox{
	position: absolute;
	overflow: auto;
}
.promotionTitle{
	position: absolute;
	top:0px;
	left: 0px;
	font-weight: bolder;
	font-size: 11px;
	cursor: default;
}

