/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b343a28-8099-43d9-adf8-e74d23f9ccc4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-81918d48-2b7a-4678-ba2b-0cbd2e4f8212) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6c20ad94-47c6-4f5e-876e-ad9f999f0407) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a53274e9-aa16-4eef-a26b-31b2e4378d84) 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 {
}
