/* The box elements need to be div in this order for IE to accept it*/

.boxHeader
{
	margin: -9px 0 0 0;
	padding: 0 6px;
	background: #FFF;
}

.boxT, .boxB, .boxL, .boxR, .boxBL, .boxBR, .boxTL, .boxTR
{
	position: relative;
	background-color: #FFF;
} 

.boxT,
.boxTForm
{
	background: url( /images/frame_border.gif ) 0 0 repeat-x;
}

.boxB,
.boxBForm
{
	background: url( /images/frame_bottom.gif ) 0 100% repeat-x;
}

.boxL,
.boxLForm
{
	background: url( /images/frame_border.gif ) 0 0 repeat-y;
}

.boxR,
.boxRForm
{
	background: url( /images/frame_border.gif ) 100% 0 repeat-y;
}

.boxBL,
.boxBLForm
{
	background: url( /images/frame_bl.gif ) 0 100% no-repeat; 
}

.boxBR,
.boxBRForm
{
	background: url( /images/frame_br.gif ) 100% 100% no-repeat;
}

.boxTL,
.boxTLForm
{
	background: url( /images/frame_tl.gif ) 0 0 no-repeat;
}

.boxTR,
.boxTRForm
{
	background: url( /images/frame_tr.gif ) 100% 0 no-repeat;
}

.clearFix
{
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	clear: both;
}
