/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f99674b7-6329-4096-b522-8495265b795a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-18737918-8015-4e99-8147-84dda0baaab3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d83edd2d-91aa-41c7-b8f0-ff2ff1a9a941) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f7ba93a5-2e3c-49dd-a2c1-9fa6256a1194) 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 {
}
