/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e18f7c1f-1347-4501-89b1-381c46e7b7aa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c1fe3dae-3313-40ce-9ac2-cf8d325b631b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8498d872-155f-4ffa-a5aa-9c478ae5a34b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-be3188f7-fc21-4e96-ac95-07406eadbdb7) 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 {
}
