/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bbf86a86-7d20-41cf-951d-c6d1c3610e67) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d15be04-9c3f-471e-9b1d-f000176a24d7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c232ce4b-9ced-47f9-90df-28b4185bfb3a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f934cf5f-3bcc-4921-9e49-afcc0f9a2e31) 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 {
}
