/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c3da095d-faa9-4217-ad9d-1a40b45defec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e508a1bf-14c8-4365-823d-ba1dec27a047) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f1400524-1c91-4004-9306-0a35d9f10d30) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-838d8827-4faf-451e-9b93-ef23026c2b3f) 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 {
}
