/* CSS Document */

.roundbox1 {
	color: #0066FF
}

.roundbox2 {
	color: maroon
}

.roundbox3 {
	color: #009900
}

.roundbox4 {
	color: #333
}

/* curve height, background image */
.roundbox1 .t, .roundbox1 .b, .roundbox1 .b b, .roundbox1 .t b {
	height: 10px;
	background-image: url(../imgs/roundbox_blue.png)
}

/* inner color, border color, border width */
.roundbox1 .c {
	background: #DFEEFF;
	border-color: #0066FF;
	border-left-width: 2px;
	border-right-width: 2px;
}

/* curve height, background image */
.roundbox2 .t, .roundbox2 .b, .roundbox2 .b b, .roundbox2 .t b {
	height: 10px;
	background-image: url(../imgs/roundbox_maroon.png)
}

/* inner color, border color, border width */
.roundbox2 .c {
	background: #FFD5BF;
	border-color: #800000;
	border-left-width: 2px;
	border-right-width: 2px;
}

/* curve height, background image */
.roundbox3 .t, .roundbox3 .b, .roundbox3 .b b, .roundbox3 .t b {
	height: 10px;
	background-image: url(../imgs/roundbox_green.png)
}

/* inner color, border color, border width */
.roundbox3 .c {
	background: #CCFFCC;
	border-color: #009900;
	border-left-width: 2px;
	border-right-width: 2px;
}

/* curve height, background image */
.roundbox4 .t, .roundbox4 .b, .roundbox4 .b b, .roundbox4 .t b {
	height: 10px;
	background-image: url(../imgs/roundbox_grey.png)
}

/* inner color, border color, border width */
.roundbox4 .c {
	background: #EEEEEE;
	border-color: #445566;
	border-left-width: 2px;
	border-right-width: 2px;
}

/* surrounding margins (optional) */
.round {
	margin-bottom: 5px;
}

.round .c {
/* inner content padding */
	padding: 0 10px 0 10px;
	border-top: 0;
	border-bottom: 0;
	border-style: solid;
}

.round .t, .round .b, .round .t b, .round .b b {
	display: block;
	overflow: hidden;
}

.round .t b, .round .b b {
	float: right;
	width: 50%;
}

.round .t .r {
	background-position: top right;
}

.round .b .r {
	background-position: bottom right;
}

.round .b {
	background-position: bottom left;
}

.round .br {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
}
