/* ROUNDBOX */

.roundbox {
  float: right;
}

.topleft {
	background-image: url(topleft.gif);
}

.topright {
	background-image: url(topright.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.bottomleft {
  	background-image: url(bottomleft.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bottomright {
	background-image: url(bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.roundboxinner {
	padding: 10px;
}

/* ROUNDBOX LOW */

.roundbox-low {
  float: left;
}

.topleft-low {
	background-image: url(topleft-low.gif);
}

.topright-low {
	background-image: url(topright-low.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.bottomleft-low {
  background-image: url(bottomleft-low.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bottomright-low {
  background-image: url(bottomright-low.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
}

.roundboxinner-low {
	padding: 7px;
}