/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7edfd6de-ba4b-4a0d-bf14-b3bb3122eb91) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1b265e0c-87c3-4baf-bb0d-1dab7ca7054a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-943e5bc9-bc9f-4348-8c81-b3c260f61cc4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fbf35778-3e85-4114-89b6-f094bdb9811f) 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 {
}
