.shadow-one {
	font-size:1px;
    position: absolute;
	top:200px;
	left:300px;
    padding-top: 16px;
    padding-left: 16px;
    }

.corner-a {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/shadow.png) right top no-repeat;
    }

.corner-b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url(../images/shadow.png) left bottom no-repeat;
    }

.shadow-two {
    background: url(../images/shadow.png) right bottom no-repeat;
    }

.shadow-three {
    position: relative;
    left: -16px;
    top: -16px;
    background: url(../images/shadow.png) left top no-repeat;
    }

.shadow-four {
    position: relative;
    left: 8px;
    top: 8px;
    }
