/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;
}
.wrap2 {
	background:url(../images/corner_bl.gif) left bottom no-repeat;
}
.wrap3 {
	padding:0 3px 3px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;
}