/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-94e2c187-c0c4-4dff-a73c-e463c510a08a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a0506aaa-3a95-4fbd-9ac7-24a1f30b5823) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5473ad09-d8b0-4c8c-acbd-19316054f891) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-117ca51f-c6c2-4d32-bf74-de0599979b0b) 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 {
}
