/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-95ae22e4-fa15-4d96-8997-3b9d89228810) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-832c527b-65fe-427a-8b4e-0c09dae2ce61) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0f169320-ab70-4eb0-9556-486523f92c93) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8f713a3d-0779-40a5-82ad-c8453c74cc4c) 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 {
}
