html>body div.outerbox
{
	padding:0 5px 5px 0;
}
html>body div.outerbox div.shadowbox1
{
	position:absolute;
	right:0;
	bottom:5px;
	width:5px;
	height:100%;
	background:url(../images/tips-shadow.png) no-repeat right top;
}
html>body div.outerbox div.shadowbox2
{
	position:absolute;
	bottom:0;
	right:5px;
	height:5px;
	width:100%;
	background:url(../images/tips-shadow.png) left bottom;
}
html>body div.outerbox div.shadowbox3
{
	position:absolute;
	bottom:0;
	right:0;
	height:5px;
	width:5px;
	background:url(../images/tips-shadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin:0;
	display:inherit;
}