@charset "utf-8";

.border-top {
	background-image: url(../image_borders/images/image_borders_04.gif);
	background-repeat: repeat-x;
	background-position: center top;

}

.border-bottom {
	background-image: url(../image_borders/images/image_borders_16.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.border-left {
	background-image: url(../image_borders/images/image_borders_10.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

.border-right {
	background-image: url(../image_borders/images/image_borders_11.gif);
	background-repeat: repeat-y;
	background-position: right center;
}

.round-tl {
	background-image: url(../image_borders/images/image_borders_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.round-tr {
	background-image: url(../image_borders/images/image_borders_06.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.round-bl {
	background-image: url(../image_borders/images/image_borders_14.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.round-br {
	background-image: url(../image_borders/images/image_borders_18.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

