/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04ef02a4-a61e-4397-988f-6a23ea6af932) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b2b5218f-e72e-45f2-b39a-29cbf2e1d4a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c6148205-c40f-407e-a77e-977a34a0c919) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ba960a01-10ef-41b6-a907-defc6dee165a) 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 {
}
