@charset "utf8";
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
	position: relative;
	float: left;
	padding: 0 1px;
	background-color: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	line-height:0.01em;
}

div.shadow div.topleft,div.shadow div.topright,div.shadow div.bottomleft,div.shadow div.bottomright { position: absolute; height: 4px; }

div.shadow img {
	padding: 5px 5px 9px;
	background: #fff url(images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
	top: 0px;
	left: -1px;
	width: 2px;
	background: transparent url(images/shad_tlcorner.png) no-repeat top left;
}

div.shadow div.topright {
	top: 0px;
	right: -1px;
	width: 2px;
	background: transparent url(images/shad_trcorner.png) no-repeat top right;
}

div.shadow div.bottomleft {
	width: 4px;
	bottom: 0px;
	left: -1px;
	background: transparent url(images/shad_blcorner.png) no-repeat bottom left;
}

div.shadow div.bottomright {
	bottom: 0px;
	right: -1px;
	width: 4px;
	background: transparent url(images/shad_brcorner.png) no-repeat bottom right;
}

* html div.shadow div.bottomleft,* html div.shadow div.bottomright { bottom:-1px; }