.textBox{
   
   
   background-color: #fff;
   text-align: left;
clear:both;
/* float:left; */
padding:0 0 0 0;
margin: 0 0 0 0;
/*border: solid 1px red;*/


}

.textBoxHalf{
   
   width:300px;
   background-color: #fff;
   text-align: left;
clear:both;
/* float:left; */
padding:0 0 0 0;
margin: 0 0 0 0;
/*border: solid 1px red;*/
display:block;

}

.textContainer{
	padding: 1.5em;
}

.textContainer img{
margin: 2em;
}

.LTCorner{
   background-image: url('images/textBox/textboxCorner_05.jpg');
   background-repeat: no-repeat;
   z-index : 5;
}

.RTCorner{

  background-image: url('images/textBox/textboxCorner_09.jpg');
   background-repeat: no-repeat;
   z-index : 5;
   background-position: top right;
}

.LBCorner{

   background-image: url('images/textBox/textboxCorner_16.jpg');
   background-repeat: no-repeat;
   z-index : 5;
   background-position: bottom left;
}
.RBCorner{

  background-image: url('images/textBox/textboxCorner_17.jpg');
   background-repeat: no-repeat;
   z-index : 5;
   background-position: bottom right;
}

.TBoxTop{
   background-image: url('images/textBox/layout4d_06.jpg');
   background-repeat: repeat-x;
   z-index : 4;
}

.TBoxSideL{
   background-image: url('images/textBox/textBox_07.jpg');
   background-repeat: repeat-y;
   z-index : 4;
   background-position: left;
}

.TBoxSideR{
   background-image: url('images/textBox/textBox_07.jpg');
   background-repeat: repeat-y;
   z-index : 4;
   background-position: right;
}

.TBoxBottom{
   background-image: url('images/textBox/textBox_07.jpg');
   background-repeat: repeat-x;
   z-index : 4;
   background-position: bottom center;
}

.TBoxHeader{

}