/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-58ed8f24-9272-4d2b-864f-b3ac5aa91913) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e1d8165c-5934-4efa-87ce-3ef254b07dd7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eb97af6e-930f-4b96-a3f8-4529585ed4cb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-531eda32-3261-407e-a22e-548c3fc000db) 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 {
}
