#shadTop {
	background: #FFFFFF url(images/shad/shadTop.gif) repeat-x left top;
	height: 20px;
	position: relative;
}
#shadTopLeft {
	background: url(images/shad/shadTopLeft.gif) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
	width: 20px;
}
#shadTopRight {
	background: url(images/shad/shadTopRight.gif) no-repeat right top;
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
}
#shadLeft {
	background: url(images/shad/shadLeft.gif) repeat-y left top;
	padding-left: 10px;
}
#shadRight {
	background: url(images/shad/shadRight.gif) repeat-y right top;
	padding-right: 10px;
}
#shadBot {
	background: url(images/shad/shadBot.gif) repeat-x left bottom;
	position: relative;
	height: 20px;
}
#shadBotLeft {
	background: url(images/shad/shadBotLeft.gif) no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0px;
	bottom: 0px;
}
#shadBotRight {
	background: url(images/shad/shadBotRight.gif) no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0px;
	bottom: 0px;
}

