/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0205fce4-6680-4ed0-8e74-46185c7be007) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-daa8428e-f046-45d7-9324-e1fbf99fe04f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-33d46994-6642-42aa-af9b-0c44040e8f77) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5ec07962-5bc5-4355-80ab-2d549fa8a18d) 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 {
}
