﻿.text-frame .top 
{
	background-image: url(images/frames/box_top.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 60px;
	vertical-align: top;
}

.text-frame .mid 
{
	background-image: url(images/frames/box_mid.gif);
	background-repeat: repeat-y;
	height: auto;
}

.text-frame .bot 
{
	background-image: url(images/frames/box_bot.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 60px;
	vertical-align: bottom;
}




.content-frame .topx-- {
	background-image: url(images/frames/box-topx--.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
	vertical-align: top;
}
.content-frame .top-x- {
	background-image: url(images/frames/box-top-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
}
.content-frame .top--x {
	background-image: url(images/frames/box-top--x.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
	vertical-align: top;
}

.content-frame .midx-- {
	background-image: url(images/frames/box-midx--.gif);
	background-repeat: repeat-y;
	width: 15px;
	height: auto;
}
.content-frame .mid--x {
	background-image: url(images/frames/box-mid--x.gif);
	background-repeat: repeat-y;
	width: 15px;
	height: auto;
}

.content-frame .botx-- {
	background-image: url(images/frames/box-botx--.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	vertical-align: top;
}
.content-frame .bot-x- {
	background-image: url(images/frames/box-bot-x-.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
}
.content-frame .bot--x {
	background-image: url(images/frames/box-bot--x.gif);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	vertical-align: bottom;
}

