@charset "utf-8";
.Left {
	width:13px;
	background-color:#FFFFFF;
	background-image:url(../images/corners/Left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.Right {
	width:25px;
	background-color:#FFFFFF;
	background-image:url(../images/corners/Right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.Bottom {
	width:25px;
	height: 28px;
	background-color:#FFFFFF;
	background-image:url(../images/corners/Bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.Left-B {
	width: 19px;
	height: 28px;
	background-image:url(../images/corners/Left-B.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}

.Right-B {
	width: 19px;
	height: 28px;
	background-image:url(../images/corners/Right-B.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
}
