table.RoundCornerTable.default{
	width:100%;
}

table.RoundCornerTable.default td{
	border:none !important;
	padding:0px !important;
}

table.RoundCornerTable.default td.topLeft{
	width:7px !important;
	height:7px !important;
	background:url(images/topLeft.png) bottom right no-repeat !important;
}

table.RoundCornerTable.default td.top{
	background:url(images/top.png) bottom repeat-x !important;
}

table.RoundCornerTable.default td.topRight{
	width:7px !important;
	height:7px !important;
	background:url(images/topRight.png) bottom left no-repeat !important;
}

table.RoundCornerTable.default td.left{
	background:url(images/left.png) right top repeat-y !important;
	vertical-align:top;
}

table.RoundCornerTable.default td.left .leftDiv{
	background:url(images/left_img.png) top right no-repeat;
	height:48px;
	width:100%;
}

table.RoundCornerTable.default td.container{
	background:#ffffff url(images/container.png) top left repeat-x;
	color:#939393 !important;
	padding:13px !important;
	vertical-align:top;
}

table.RoundCornerTable.default td.container *{
	color:#939393;
}

table.RoundCornerTable.default td.right{
	background:url(images/right.png) left top repeat-y !important;
	vertical-align:top;
}

table.RoundCornerTable.default td.right .rightDiv{
	background:url(images/right_img.png) top left no-repeat;
	height:38px;
	width:100%;
}

table.RoundCornerTable.default td.bottomLeft{
	width:7px !important;
	height:7px !important;
	background:url(images/bottomLeft.png) top right no-repeat !important;
}

table.RoundCornerTable.default td.bottomRight{
	width:7px !important;
	height:7px !important;
	background:url(images/bottomRight.png) top left no-repeat !important;
}

table.RoundCornerTable.default td.bottom{
	background:url(images/bottom.png) top repeat-x !important;
}