
#shdwTop {
	height:5px;
	background:url(../images/shadowTop.jpg);
	padding:0px;
}

#shdwNoTop {
	height:5px;
	background:url(../images/shadowTop.jpg);
	padding:0px;
	opacity: .25;
	filter: alpha(opacity=25);
}

.shdwNoTop{
	height:5px;
	background:url(../images/shadowTop.jpg);
	padding:0px;
	opacity: .25;
	filter: alpha(opacity=25);
}


#shdwRight {
	width:5px;
	background:url(../images/shadowRight.jpg);
	padding:0px;
}

#shdwBottom {
	height:5px;
	background:url(../images/shadowBottom.jpg);
	padding:0px;
}

#shdwLeft {
	width:5px;
	background:url(../images/shadowLeft.jpg);
	padding:0px;
}

.shdwContent {
	padding:0px;
}

