/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-74400e6e-f746-450a-889c-c4e689526e4a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-940b4b38-a581-4fe1-a66b-a7de929a79ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-47d4c84e-96cc-4c89-9c80-b90940288774) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ad2b6a6f-5f14-4e6e-bb6d-2e7badadbe51) 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 {
}
