#rounded-corner
{
	width: 575px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 45px;
	margin-left: 30px
}
#rounded-corner thead th.rounded-left
{
	background: #de999c url(../table/left.png) no-repeat left -1px;
}
#rounded-corner thead th.rounded-right
{
	background: #de999c url('../table/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	background: #de999c;
}
#rounded-corner td
{
	padding: 3px 8px;
	background: #f7dfe0;
	border-top: 2px solid #fff;
	color:#B23D42
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #de999c url('../table/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #de999c url('../table/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #B23D42;
	color:#FFFFFF
}
