@charset "utf-8";
/* Rounded Corners Background */

div#roundedbox {
	float: right;
	width: 280px;
	background-color: #e9ca3b;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
	}

div#roundedbox #top, div#roundedbox #bottom {
      font-size: 1px;
      height: 16px;
      line-height: 1px;
	}

div#roundedbox #topleft {
	float: left;
	height: 16px;
	width: 16px;
	background-image: url(images/corners.gif);
	background-repeat: no-repeat;
	background-position: left top;
   }

div#roundedbox #topright {
      background: url(/images/corners.gif) no-repeat top right;
      float: right;
      height: 16px;
      width: 16px;
   }

div#roundedbox #bottomleft {
      background: url(/images/corners.gif) no-repeat bottom left;
      float: left;
      height: 16px;
      width: 16px;
   }

div#roundedbox #bottomright {
      background: url(/images/corners.gif) no-repeat bottom right;
      float: right;
      height: 16px;
      width: 16px;
   }
   
div#roundedbox #boxcontent {
      margin: -1em 1em;
   }

div#roundedbox p {
      margin: .5em 0;
   }

