img.corner {
	width : 5px;
	height : 5px;
	position : absolute;
}

img.corner.c1 { top : -1px; left : -1px; }
img.corner.c2 { top : -1px; right : -1px; }
img.corner.c3 { bottom : -1px; right : -1px; }
img.corner.c4 { bottom : -1px; left : -1px; }

img.corner.c1_cbb { width : 7px; height : 7px; top : -3px; left : -3px; }
img.corner.c2_cbb { width : 7px; height : 7px; top : -3px; right : -3px; }
img.corner.c3_cbb { width : 7px; height : 7px; bottom : -3px; right : -3px; }
img.corner.c4_cbb { width : 7px; height : 7px; bottom : -3px; left : -3px; }

.hide_c1 img.corner.c1 { display : none; }
.hide_c2 img.corner.c2 { display : none; }
.hide_c3 img.corner.c3 { display : none; }
.hide_c4 img.corner.c4 { display : none; }

div.corners_white, div.corners_black_border {
	position : relative;
}

form.corners_black_border {
  position: relative;
}

img.barend {
	width : 3px;
	height : 44px;
	position : absolute !important;
}

img.barend.l { top : 0px; left : -3px; }
img.barend.r { top : 0px; right : -3px; }

