/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-31ebef4c-f4cd-46b1-8815-69daac94ea22) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-df90b9b8-648a-46e5-a42c-898217dc33d2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d84219a3-843b-41aa-94c4-51b495a83e22) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b9beb300-c374-4e9f-9b5e-3f9ae260adc9) 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 {
}
