/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6bc440d-f476-471a-ab8a-cda25f61a524) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-26b1a6ec-b14a-41fd-bd0d-918bb588cebb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-323e9dd1-c3c9-4351-b233-8b444408d83f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2f9bea04-c60d-4a1c-b8f2-6d5d88b208b4) 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 {
}
