/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4cc65140-3c95-43d3-869e-500641936f7c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2852cb7e-5988-4674-b8c2-aa214718a502) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2a330188-85ab-4a08-94d4-fd1874886c2f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-465f376b-b50c-4357-ad54-5962ba8a6613) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
