/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8d4d6422-4378-47a3-b19c-f3242bab6a51) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77758201-7883-454d-87ce-31512708a31a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7eeac12-fd6b-437b-b089-598f067033ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e67434dd-f5c9-4f5d-a81e-1efe05ec354c) 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 {
}
