/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a190a82b-2b25-4c3c-a0fc-f441cf75d5a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-37e5eba0-1ce3-49d1-a101-b71535867b24) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ab8d996-05e5-4e9c-b16f-9797edda07a9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c2f6ea4e-6c75-4d95-b90d-52abb462a364) 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 {
}
