div.box {
	width: 187px;
	overflow-x: hidden;
}
div.box div.boxTitle {
	text-align: right;
	margin: 0 30px -3px 0;
}
div.box div.boxHeader {
	background: url(../img/rightBoxTop.gif) no-repeat top left;
	height: 10px;
	width: 100%;
}
div.box div.boxFooter {
	background: url(../img/rightBoxbottom.gif) no-repeat bottom left;
	height: 10px;
	width: 100%;
}
div.box div.boxContent {
	background: url(../img/rightBoxBg.gif) repeat-y left;
	padding: 5px 2px 5px 15px;
	font-size: 11px;
	margin: 0!important;
	margin: -6px 0;
}

