/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c6336546-9917-4444-ad14-1e2e601b2b80) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-09f375d9-06ac-4877-9fda-0f2458a24f14) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-66f84eda-bf32-47b7-8ba8-188c1d91994a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1de46ca1-b74d-4e21-a21b-c689ce26dbcf) 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 {
}
