/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d343c499-4a60-4ffc-a146-5953e5931427) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-349855b1-5bf8-47cd-b05d-d6e16eada285) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f026111-1d82-4ac3-b570-bdf6470c6cca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b558ada0-a7d7-434c-8c5a-ec4fcaadd12c) 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 {
}
