/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c93d5d7-afee-4c11-8e7c-44b9466d8226) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9cf800da-59de-4740-8c76-1a599f6fa02b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f6d0af67-471a-4d06-af22-8cc9d04d6283) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-45f69c2c-0728-46f8-8ce4-a8a49cc9f501) 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 {
}
