/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fb55fe02-bf6b-483c-b4fe-190dfcaf0504) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2f116c2c-f36e-4127-9df4-4e6d7e44626b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c357a542-5361-4527-91f9-c2f1097aa407) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ce6a558f-ef58-4992-9cfc-04bf6314d994) 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 {
}
