/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a5a72e3-2cdb-46b5-9197-5820ac90bbd2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c90c9d35-74ba-49c9-8886-aacb4914d466) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-63201a0f-a90c-4050-97dc-28654bd8b25d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81cc0000-6226-45bd-8fb2-0bd2b32e1fc4) 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 {
}
