/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1ba4bf0-7c3c-4918-8eaf-078fee6d51d8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d46149cd-6094-48c4-87b1-299518a9111c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b9a7bf6e-7fa0-41c5-b2a5-79df25918f2c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c7e7d44b-5be9-46ed-86a1-0f0a19f28d0e) 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 {
}
