/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>
.shiftcontainer{
	position: relative;
	left: 7px;
	top: 7px; 
}

.shadowcontainer{
	width:700px;
	background: transparent url(/qimg/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -7px;
	top: -7px; 
}
.author_img{
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -7px;
	top: -7px;
}

<![endif]>
