@CHARSET "ISO-8859-1";

/*
	Responsible for creating all the 'text boxes.' Only affects the physical structure,
	not the color or styles of contained material.
	
	--Shouldn't be modified.
*/

.tl {
	position: relative;
	float: left;
	left: 0px;
	z-index: 1;
}

.tr {
	position: relative;
	float: right;
}

.bl {
	position: relative;
	float: left;
	left: 0px;
	bottom: 16px;
	z-index: 1;
}

.br {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.l {
	background-image: url("../img/new_l.gif");
	background-repeat: repeat;
	width: 16px;
	float: left;
}

.r {
	background-image: url("../img/new_r.gif");
	width: 16px;
	float: right;
}

.t {
	background-image: url("../img/new_t.gif");
	height: 16px;
}

.b {
	background-image: url("../img/new_b.gif");
	height: 16px;
}

.framebox {
}

.leftframe {
	background-image: url("../img/new_l.gif");
	background-repeat: repeat-y;
}

.centerframe {
	position: relative;
	width: auto;
}

.rightframe {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 16px;
	height: 100%;
	background-image: url("../img/new_r.gif");
}
