/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-66fbdfb8-4ef7-4bd2-830a-b17dc48ee246) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0bf7587b-c864-4c3f-8be4-743b12716ebd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6d45ce59-2702-4003-a76e-54fe9d51b36b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8e9ffda-882d-44c6-9183-074c1eb6010c) 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 {
}
