/*ROUND */
.top-left {
	width: 100%;
	margin: 0 auto;
	height: 5px;
	display: block;
	font-size: 1px;
	background:  0 0 no-repeat;
}

.top-right {
	width: 100%;
	margin: 0 auto;
	height: 5px;
	font-size: 1px;
	display: block;
	background: 100% -5px no-repeat;
}

.bottom-left {
	width: 100%;
	margin: 0 auto;
	height: 5px;
	position: relative;
	display: block;
	font-size: 1px;
	background: 0px -10px no-repeat;
}

.bottom-right {
	width: 100%;
	margin: 0 auto;
	height: 5px;
	display: block;
	position: relative;
	font-size: 1px;
	background: 100% 100% no-repeat;
}

.RoundMate255 {
	background-image: url(./img/RoundMate255.gif);
}

.RoundMateCCC {
	background-image: url(./img/RoundMateCCC.gif);
}
.RoundMate000 {
	background-image: url(./img/RoundMate000.gif);
}
.RoundEEEMateFFF {
	background-image: url(./img/RoundEEEMateFFF.gif);
}
.Round111Mate255 {
	background-image: url(./img/Round111Mate255.gif);
}
.top-left25 {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	display: block;
	font-size: 1px;
	background: url(./img/Round25.gif) 0 0 no-repeat;
}

.top-right25 {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	font-size: 1px;
	display: block;
	background: url(./img/Round25.gif) 100% -25px no-repeat;
}

.bottom-left25 {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	position: relative;
	display: block;
	font-size: 1px;
	background: url(./img/Round25.gif) 0px -50px no-repeat;
}

.bottom-right25 {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	display: block;
	position: relative;
	font-size: 1px;
	background: url(./img/Round25.gif) 100% 100% no-repeat;
}
/*END ROUND*/