/* CSS Document */
/* DROP SHADOWS */

.icon{
	padding: 0px 0px 0px 0px;
	border: collapse; border: 1px solid #ffffff;	
} 

.imgshadow1, .imgshadow2, .imgshadow3, .icon {
  display:inline-table;
  /* \*/display:block;/**/
}
  
.imgshadow1 {
	position: relative;
	left: 0px;
	float: left;
  	background:url(../images/shadows/shadow_whitebg.gif) right  bottom no-repeat;
}
.imgshadow2 {
	position: relative;
	left: 0px;
 	background:url(../images/shadows/corner_bl_whitebg.gif) left  bottom no-repeat;
}
.imgshadow3 {
	position: relative;
 	padding:0px 3px 3px 0px;
  	background:url(../images/shadows/corner_tr_whitebg.gif) right  top no-repeat;
}
 .imgshadow3 img {
  	display:block;
}

