@charset "utf-8";
/* CSS Document */

/*------ Rounder -------*/
span.SBtGroundContain{
	width: 100%;
	height: 4px;
	float: left;
	display: inline;
	font-size:0px;
}
	/*------ Grey-Blue Rounder -------*/
	span.SBtGroundcTopR{
		width: 4px;
		height: 4px;
		float: right;
		display:inline;
		background-image:url(../images/rounds/smallBGtr.jpg);
		background-repeat: no-repeat;
	}
	span.SBtGroundcBottomR{
		width: 4px;
		height: 4px;
		float: right;
		display:inline;
		background-image:url(../images/rounds/smallBGbr.jpg);
		background-repeat: no-repeat;
	}
	span.SBtGroundcBottomL{
		width: 4px;
		height: 4px;
		float: left;
		display:inline;
		background-image:url(../images/rounds/smallBGbl.jpg);
		background-repeat: no-repeat;
	}
	span.SBtGroundcTopL{
		width: 4px;
		height: 4px;
		float: left;
		display:inline;
		background-image:url(../images/rounds/smallBGtl.jpg);
		background-repeat: no-repeat;
	}
	/*------ End Grey-Blue Rounder -------*/
/*------ End Rounder -------*/



