/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-da9d3ed9-6a0c-4f17-9aaf-7cbe24be2032) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6635886c-2fd0-49a9-9790-79c71c91915c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3ef6f66c-64b0-4672-b8fd-c1b2b6d6c526) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7bd39730-311c-4d66-889f-7a7cc3e14a37) 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 {
}
