@charset "utf-8";
.corner-R {
	width: 10px;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
}
.corner-L {
	width: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.corner-T {
	height: 5px;
}
.corners {
	height: 5px;
	width: 10px;
	font-size: 6px;
}
.corner-B {
	height: 10px;
}
.corners-TL {
	height: 5px;
	width: 10px;
	background-image: url(images/corner-TL.gif);
	background-repeat: no-repeat;
}

