/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b128fcf8-b73b-441e-ba2a-ef957ba27211) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9e337a4e-8211-40a2-9573-18a930c2c27c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-89200756-3040-4120-b248-3cad3422d6b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c1975964-dad8-40df-8b23-b572757b3ce6) 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 {
}
