.dropshadow2{
	clear:left;
	background: url(../images/test.png) no-repeat bottom right;
	margin: 20px 0 10px 5px;
	padding: 0px;
	width:10px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 8px;
	padding:0px;
	margin: 0;
}
/*drop shadow 125px*/
.ds125{
	background: url(../images/test.png) no-repeat bottom right;
	margin-left:8px;
	margin-top: 8px;
	width:100px;
}
/*inner box 125px*/
.ib125{
	position:relative;
	bottom:8px;
	right: 8px;
	padding:0;
	margin: 0;
}
.ds58fr{
	background: url(../images/test.png) no-repeat bottom right;
	margin-left:8px;
	margin-top: 8px;
	width:58px;
	float: right;
}
.ib{
	position:relative;
	bottom:6px;
	right: 6px;
	padding:0;
	margin: 0;
}