	/* CSS for the box starts here */
	.redBox {
		padding:0 12px 0 0;
		background:#fff url(BorderRpt.jpg) 100% 0 repeat-y;
	}
	.redBox .bi {
		padding:0 0 0 12px;
		background:#fff url(BorderRpt.jpg) 0 0 repeat-y;
	}
	.redBox .bt {
		height:17px;
		margin:0 -12px;
		background:url(roundCornerbox.jpg) 100% 0 no-repeat;
	}
	.redBox .bt div {
		width:18px;
		height:17px;
		background:url(roundCornerbox.jpg) 0 0 no-repeat;
	}
	.redBox .bb {
		height:17px;
		margin:0 -12px;
		background:url(roundCornerbox.jpg) 100% 100% no-repeat;
	}
	.redBox .bb div {
		width:18px;
		height:17px;
		background:url(roundCornerbox.jpg) 0 100% no-repeat;
	}
	.redBox .box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.redBox .box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.redBox .box li {
		margin:0 0 0 2em;
		padding:0;
	}

