
.frmBorderAll {
	border-top: 2px groove;
	border-bottom: 2px groove;
	border-left: 2px groove;
	border-right: 2px groove;
	}
.frmBorderAll_LWide {
	border-top: 2px groove;
	border-bottom: 2px groove;
	border-left: 4px groove;
	border-right: 2px groove;
	}
.frmBorderTopLeftRight {
	border-top: 2px groove;
	border-left: 2px groove;
	border-right: 2px groove;
	}
.frmBorderRight {
	border-right: 2px groove;
	}
.frmBorderLeft {
	border-left: 2px groove;
	}
.frmBorderLeftRight {
	border-right: 2px groove;
	border-left: 2px groove;
	}
.frmBorderTopBottom {
	border-top: 2px groove;
	border-bottom: 2px groove;
	}
.frmBorderTop {
	border-top: 2px groove;
	}
.frmBorderTopRight {
	border-top: 2px groove;
	border-right: 2px groove;
	}
.frmBorderBottom {
	border-bottom: 2px groove;
	}
.frmBorderTopBottomLeft {
	border-top: 2px groove;
	border-bottom: 2px groove;
	border-left: 2px groove;
	}
.frmBorderTopBottomRight {
	border-top: 2px groove;
	border-bottom: 2px groove;
	border-right: 2px groove;
	}
.frmBorderBottomLeftRight {
	border-bottom: 2px groove;
	border-left: 2px groove;
	border-right: 2px groove;
	}
frmBorderTopBottomLeft_LWide {
	border-top: 2px groove;
	border-bottom: 2px groove;
	border-left: 4px groove;
	}
.frmBorderBottomRight {
	border-bottom: 2px groove;
	border-right: 2px groove;
	}
.frmBorderBottomLeft {
	border-bottom: 2px groove;
	border-left: 2px groove;
	}