/* boxes */

.boxType01{ margin:auto;background-color:white;}
.boxType01 *{}
.boxType01 .hLft{
	background: url(../images/elements/boxes/box01/tx--.jpg) no-repeat top left;
	}
.boxType01 .hRht{
	background: url(../images/elements/boxes/box01/t-xx.jpg) repeat-x top right;
	}
.boxType01 .fLft{
	background: url(../images/elements/boxes/box01/bx--.jpg) no-repeat bottom left;
	}
.boxType01 .fRht{
	background: url(../images/elements/boxes/box01/b-xx.jpg) no-repeat bottom right;
	}
.boxType01 .rht{
	background: url(../images/elements/boxes/box01/c-xx.jpg) repeat-y top right;
	}
.boxType01 .lft{
	background: url(../images/elements/boxes/box01/cx--.jpg) repeat-y top left;
	}

.boxType01 .boxCentre{
	padding:10px; /* 30px for full indent */
	padding-top:30px;
	padding-bottom:0;
	min-height:170px;
	}
.boxType01 .boxInner{
	
	}
* html .boxType01 .boxInner{
	/*height:30px;*/
	}
