.roundtangle_topleft 
{
	background-color: transparent; 
	background-image: url(../images/round_lt.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.roundtangle_topcenter 
{
	background-image: url(../images/bg_pixel.png);
	background-repeat: both;
	height: 8px;		
}

.roundtangle_topright 
{
	background-color: transparent;
	background-image: url(../images/round_rt.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.roundtangle_bottomleft 
{
	background-color: transparent; 
	background-image: url(../images/round_lb.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.roundtangle_bottomcenter 
{
	background-image: url(../images/bg_pixel.png);
	background-repeat: both;
	height: 8px;	
}

.roundtangle_bottomright 
{
	background-color: transparent;
	background-image: url(../images/round_rb.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

.roundtangle_left
{
	width: 8px;
	background-image: url(../images/bg_pixel.png);
	background-repeat: both;
}

.roundtangle_center
{
	background-image: url(../images/bg_pixel.png);
	background-repeat: both;	
}

.roundtangle_right
{
	width: 8px;
	background-image: url(../images/bg_pixel.png);
	background-repeat: both;
}
