<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 
<![if !IE 6]>



.shiftcontainer{
position: relative;
margin-bottom: 12px;
margin-top: 12px;
/*left: 7px; Number should match -left shadow depth below*/
/*top: 7px; Number should match -top shadow depth below*/
}

.shadowcontainer{
/* width: 300px;  container width*/
margin-bottom: 12px;
background: transparent url(/css/img/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
	margin-top: 12px;
	background-color: white;
	border: 1px solid #CCCCCC;
	position: relative;
	left: -7px;
	top: -5px;

}

</style>

<![endif]>

