
#shadow 
{
    position: relative;

    top: 0px;
    left: 10px;

    width: 205px;

    padding-bottom: 10px;
	margin-bottom: 15px;
	
	background:url(images/dropshadow-2.png) no-repeat bottom right;
}

#shadow:before 
{
	position: relative;

    display:block;
    
    height:18px;
    
    content:" ";

    background:url(images/dropshadow-2.png) no-repeat top right;
}

#shadow:after 
{
	position: relative;
	
	display:block;
	
    width:18px;
    height:8px;
	
    content:" ";

    margin-bottom: -10px;

	background:url(images/dropshadow-2.png) no-repeat left bottom;
}

#shadowContainer
{
	position: relative;

	margin-left: 5px;
	margin-right: 10px;
	margin-top: -20px;
	margin-bottom: 5px;
}
