.rounded_corner {
}

.rounded_corner .top {
	height: 15px;
	background-image: url(RegTable/top.png);
}

.rounded_corner .top_left {
	height: 15px;
	width: 15px;
	background-image: url(RegTable/top_left.png);
}

.rounded_corner .top_right {
	height: 15px;
	width: 15px;
	background-image: url(RegTable/top_right.png);
}

.rounded_corner .bottom {
	height: 15px;
	background-image: url(RegTable/bottom.png);
}

.rounded_corner .bottom_left {
	height: 15px;
	width: 15px;
	background-image: url(RegTable/bottom_left.png);
}

.rounded_corner .bottom_right {
	height: 15px;
	width: 15px;
	background-image: url(RegTable/bottom_right.png);
}

.rounded_corner .left {
	width: 15px;
	background-image: url(RegTable/left.png);
}

.rounded_corner .right {
	width: 15px;
	background-image: url(RegTable/right.png);
}

.rounded_corner .content {
	height: 100%;
	background-color: #F1EFF4;
}

.myGridHeader
{
	background-image: url(Images/GrdBG.png);
}