@charset "UTF-8";
/* CSS Document */
/* Rounded boxes */

/*background */
.rbroundbox1, .rbroundbox2, .rbroundbox3 {	background:url(images/nt.gif) repeat;	}
.rbtop div {background:url(images/tl.gif) no-repeat top left; 	}
.rbtop {background:url(images/tr.gif) no-repeat top right;	}
.rbbot div {background:url(images/bl.gif) no-repeat bottom left;	}
.rbbot {background:url(images/br.gif) no-repeat bottom right;	}

/*height and width */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width:100%;
	height:10px;
	font-size:10px;
}

.rbcontent1 { margin-left:40px; margin-right:40px; margin-top:12px; margin-bottom:12px; }
.rbcontent2 { margin:12px; }
	
.rbcentercontent { margin:6px; max-width: 396px;
}
	
.rbroundbox1 {width:464px;	margin: 12px; }
.rbroundbox2 {width:244px;  margin-left: 6px; margin-right: 12px; margin-top: 12px; margin-bottom: 12px; }
.rbroundbox3 {width:656px;  margin-left: 6px; margin-right: 12px; margin-top: 12px; margin-bottom: 12px; }


.rbcenterroundbox {width:99%; margin: 1em auto; }

