/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a828496b-0cfd-4251-ad09-d4d644d660f2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-37741415-c93a-4905-b769-1ae6bccf02eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-295c608a-3a64-4f67-ab72-f762b4dc3eff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac09b4e6-c471-49b9-91b1-bb09a597f400) 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 {
}
