.topleft  {
	background-image: url(../images/border_topleft.gif);
	background-repeat: norepeat;
}
.topmid  {
	background-image: url(../images/border_topmid.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
.topright  {
	background-image: url(../images/border_topright.gif);
	background-repeat: norepeat;
}
.midleft  {
	background-image: url(../images/border_midleft.gif);
	background-repeat: norepeat;
}
.midright  {
	background-image: url(../images/border_midright.gif);
	background-repeat: norepeat;
}
.botleft  {
	background-image: url(../images/border_botleft.gif);
	background-repeat: norepeat;
}
.botmid  {
	background-image: url(../images/border_botmid.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
}
.botright  {
	background-image: url(../images/border_botright.gif);
	background-repeat: norepeat;
}