/* ecompensation layout: box*/

.boxFootLeft, .boxFootRight, .boxHeadLeft, .boxHeadRight{
	
	}

.boxTypeSpace{ 
	margin:0;
	background-color: #ffffff;
	}
.boxTypeSpace *{}
.boxTypeSpace .boxHeadLeft{
	background: url(../images/elements/boxes/boxtypespace/tx--.gif) no-repeat top left;
	height:4px;
	}
.boxTypeSpace .boxHeadRight{
	background: url(../images/elements/boxes/boxtypespace/t-xx.gif) no-repeat top right;
	}
.boxTypeSpace .boxFootLeft{
	background: url(../images/elements/boxes/boxtypespace/bx--.gif) no-repeat bottom left;
	height:4px;
	font-size:0;
	}
.boxTypeSpace .boxFootRight{
	background: url(../images/elements/boxes/boxtypespace/b-xx.gif) no-repeat bottom right;
	font-size:0;
	height:4px;
	}
.boxTypeSpace .boxCentre{
	margin-left:0;
}

/* boxLeftForm Code */
	
.boxLeftFormSite{
 background-color:#CADB2A;
 }
.boxLeftFormSite .fRht{
 background-image:url(../images/elements/boxes/boxformspace/b-xx.gif);
 background-repeat:no-repeat;
 background-position:right bottom;
 }
.boxLeftFormSite .fLft{
 background-image:url(../images/elements/boxes/boxformspace/bx--.gif);
 background-repeat:no-repeat;
 background-position:left bottom;
 }
.boxLeftFormSite .hRht{
 background-image:url(../images/elements/boxes/boxformspace/t-xx.gif);
 background-repeat:no-repeat;
 background-position:right top;
 }
.boxLeftFormSite .hLft{
 background-image:url(../images/elements/boxes/boxformspace/tx--.gif);
 background-repeat:no-repeat;
 background-position:left top;
 }
.boxLeftFormSite .rht{
 background-image:url(../images/elements/boxes/boxformspace/c-xx.gif);
 background-repeat:no-repeat;
 background-position:right top;
 }
.boxLeftFormSite .lft{
 background-image:url(../images/elements/boxes/boxformspace/cx--.gif);
 background-repeat:repeat-y;
 background-position:left top;
 }
.boxLeftFormSite .inner{
 margin-left:10px;
 /*margin-right:10px;*/
 /*background-color:#FF0000;*/
 }
 .boxLeftFormSite .inner .textfield{
 	width:125px;
	vertical-align: top;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
	background-color:#ffffff;
 }
 /** html .boxLeftFormSite .inner .textfield{
 	width:105px;
 }*/
