/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b5b6b470-22ec-4316-9f80-66f6cfa491b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a05a7aae-0c1f-40a0-9460-7cb5a3ecc226) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cf64e7b7-0f4b-4ca8-8919-2b2c6257239a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b7dead99-5c85-49f4-b451-42678a122518) 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 {
}
