.roundedcorner_box {
  	background: #e0a403;
	float: right;
	width: 200px;
	margin: 15px;
}
.roundedcorner_top div {
   background: url(../images/roundedcorner_topleft.png) no-repeat top left;
}
.roundedcorner_top {
   background: url(../images/roundedcorner_topright.png) no-repeat top right;
}
.roundedcorner_bottom div {
   background: url(../images/roundedcorner_bottomleft.png) no-repeat bottom left;
}
.roundedcorner_bottom {
   background: url(../images/roundedcorner_bottomright.png) no-repeat bottom right;
}

.roundedcorner_top div, .roundedcorner_top, 
.roundedcorner_bottom div, .roundedcorner_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcorner_content { 
	margin: 0 15px; 
}
