/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d4c201a0-dd82-4439-95fb-1d69a39473f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a6cca139-f1a2-4025-bf21-24d91a47755e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b7019a5-650e-424f-8bff-b05c26a53b1b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81bb1707-c900-46fc-8364-f9f0f0bf3df8) 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 {
}
