﻿
.rcinner
{
	padding: 7px 4px 7px 4px;
}
			
.rctop 
{
	background: url("top.png") 0 0 repeat-x;
}

.rcbottom 
{
	background: url("bottom.png") 0 100% repeat-x;
}

.rcleft 
{
	background: url("left.png") 0 0 repeat-y;
}

.rcright 
{
	background: url("right.png") 100% 0 repeat-y;
}

.rcbottomleft
{
	background: url("bottom-left.png") 0 100% no-repeat;
}

.rcbottomright 
{
	background: url("bottom-right.png") 100% 100% no-repeat;
}

.rctopleft 
{
	background: url("topleft.png") 0 0 no-repeat;
}

.rctopright 
{
	background: url("topright.png") 100% 0 no-repeat;
} 

.rcpoint 
{
	background-image: url(point.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.rccontent
{
	background-color: white;
}	




