.box div{
	padding:0px;
}

.box div.topleft {
	display: block;
	background: url("../images/box.png") top left no-repeat white;
	padding: 20px 0 0 20px; /*1.5em 0em 0em 1.5em;*/
}

.box div.topright {
	display: block;
	background: url("../images/box.png") top right no-repeat white;
	padding: 20px 20px 20px 0px;
	margin: -20px 0 0 0;
}

.box div.bottomleft {
	display: block;
	height: 20px;
	margin-top: -20px;
	background: url("../images/box.png") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("../images/box.png") bottom right no-repeat white;
	height: 20px;
	margin-left: 20px;
}

.box2{
padding:20px;
}
.box2 div.lt,.box2 div.rt,.box2 div.lb,.box2 div.rb{
  width:20px; height:20; background-image: url(images/box.png); background-repeat:no-repeat;}
.box2 div.lt { background-position:0 0;}
.box2 div.rt { background-position:100% 0;}
.box2 div.lb { background-position:0 100%;}
.box2 div.rb { background-position:100% 100%;}*/
