/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-88fa8dcc-113d-4d8f-974e-7b459636b643) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-225f2bff-7fb5-4501-be9d-b432e1b6a870) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-06b99314-069b-46fe-aa27-de40670d9717) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e2c1247a-f20d-4997-9c43-eee5f3b2806d) 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 {
}
