/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b34f3aab-b3a1-4308-8a61-dabdd26bb9e6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3b435f48-1c27-4db4-aa8f-5674e41824dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-92c4be20-5cc1-4fd9-9cfb-0e8a4b7af113) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-49c5ac69-3cc9-4f14-b2a9-eb7f9ef756cf) 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 {
}
