/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-44517781-4a26-44c1-baf4-b6fb1271013b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-86da23e0-e51f-46ae-a203-b0ffad0d4f7b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b4c65c94-cacf-4198-9567-535901488d1c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-aeee32de-088c-4027-aea1-23f140710565) 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 {
}
