/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-03ad0b10-f822-4994-a63d-047246fcba7a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b152866-7265-415c-a23a-4e3fd0933660) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ada4d451-9f7b-4124-978c-d49a9987d381) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2f790ded-f885-4fdb-ac37-6678abc924e9) 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 {
}
