/** {
	margin: 0;
	padding: 0;
}*/

.box {
  width: 10em;
}

.box div {
	margin: 0.1em 0 0 -0.1em;
}

.box div.topleft {
	display: block;
	/*background:url("newimages/pieces/box-bg.png") top left no-repeat white;*/
	padding: 1.0em 0em 0em 1.0em;
}

.box div.topright {
	display: block;
	/*background: url("newimages/pieces/box-bg.png") top right no-repeat white;*/
	padding: 1.0em;
	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	/*background: url("newimages/pieces/box-bg.png") bottom left no-repeat white;*/
}

.box div.bottomright {
	display: block;
	/*background: url("newimages/pieces/box-bg.png") bottom right no-repeat white;*/
	height: 45px;
	margin-left: 2.0em;
}

/*test box*/

.boxText {
  width: 60em;
}

.boxText div {
	margin: 0.5em 0 0 -.1em;
}

.boxText div.topleftText {
	display: block;
	/*background:url("newimages/pieces/box-bg.png") top left no-repeat white;*/
	padding: 2.0em 0em 0em 2.0em;
}

.boxText div.toprightText {
	display: block;
	/*background: url("newimages/pieces/box-bg.png") top right no-repeat white;*/
	padding: 1.0em;
	margin: -2.0em 0 0 2.0em;
}

.boxText div.bottomleftText {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	/*background: url("newimages/pieces/box-bg.png") bottom left no-repeat white;*/
}

.boxText div.bottomrightText {
	display: block;
	/*background: url("newimages/pieces/box-bg.png") bottom right no-repeat white;*/
	height: 45px;
	margin-left: 2.0em;
}
#boxcontainer {
	width: 600px;
	margin: 0.5em 0 0 -.5em;
	}