/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2024b05d-5275-4dcb-b860-e16ee49fb474) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b7061956-b6aa-4e7f-aef7-af715c1fb32e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f961b3a7-6368-4387-bea0-96ab0bd0a5e7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aa19a020-4cba-4c84-b3ca-7bb010631acc) 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 {
}
