.roundbox-tr {
	margin:15px auto;
	padding:0;
	background:url("../img/corners/roundbox_tr.gif") no-repeat right top;
	width: 100%;
}
.roundbox-tl {
	margin:0;
	padding:0;
	background:url("../img/corners/roundbox_tl.gif") no-repeat left top;
}
.roundbox-br {
	margin:0;
	padding:0;
	background:url("../img/corners/roundbox_br.gif") no-repeat right bottom;
}
.roundbox-bl {
	margin:0;
	padding:0;
	background:url("../img/corners/roundbox_bl.gif") no-repeat left bottom;
}
.roundbox-content {
	margin:0px;
	padding:10px 10px 10px 10px;
	height:160px;
	text-align:left;
	overflow:hidden;
}


.grey-round-tr{
	background:url('../img/grey/roundbox_tr.gif') no-repeat right top;
}
.grey-round-tl{
	background:url('../img/grey/roundbox_tl.gif') no-repeat left top;
}
.grey-round-br{
	background:url('../img/grey/roundbox_br.gif') no-repeat right bottom;
}
.grey-round-bl{
	background:url('../img/grey/roundbox_bl.gif') no-repeat left bottom;
}

.src-round-tr{
	margin:0px auto;
	background:url('../img/src/roundbox_tr.gif') no-repeat right top;
}
.src-round-tl{
	background:url('../img/src/roundbox_tl.gif') no-repeat left top;
}
.src-round-br{
	background:url('../img/src/roundbox_br.gif') no-repeat right bottom;
}
.src-round-bl{
	background:url('../img/src/roundbox_bl.gif') no-repeat left bottom;
}
