/***** BOXES ****************************************************************************/

.box_212 {
	width:210px;
}

.box_212 .content {
	width:190px;
	float:left;
}

.box_426 {
	width:426px;
}

.box_426 .content {
	width:406px;
	float:left;
}

.box_852 {
	width:852px;
}

.box_852 .content {
	width:832px;
	float:left;
}

/***** UNTOUCHABLE CLASSES ****************************************************************************/

.box_row {
	height:10px;
	position:relative;
}

.box_tl {
	left:0;
	background:url(../images/boxes/tl.png);
}

.box_tm {
	background:url(../images/boxes/t.png) repeat-x;
}

.box_tr {
	right:0;
	background:url(../images/boxes/tr.png);
}

.box_row_main {
	overflow:hidden;
}

.box_ml {
	background:url(../images/boxes/l.png) repeat-y;
}

.box_mr {
	background:url(../images/boxes/r.png) repeat-y;
}

.box_bl {
	left:0;
	background:url(../images/boxes/bl.png);
}

.box_bm {
	background:url(../images/boxes/b.png) repeat-x;
}

.box_br {
	right:0;
	background:url(../images/boxes/br.png);
}

.box_ml, .box_mr {
	width:10px;
	float:left;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}

.box_tm, .box_bm {
	margin-left:10px;
	margin-right:10px;
	display:block;	
}

.box_tl, .box_tr, .box_bl, .box_br {
	position:absolute;
	top:0;
	width:10px;
}

.box_row, .box_tl, .box_tm, .box_tr, 
.box_bl, .box_bm, .box_br {
	height:10px;
	font-size:0;
}
