/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2663b635-9c12-409d-835e-d6a7e462acea) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d48caa37-a4b5-400c-9546-1d4c266bb692) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8cd50823-ab32-468e-91fd-183cdafa75e3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8377015a-810a-468e-8d62-c041bab06daa) 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 {
}
