/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e7d61037-65aa-4d98-8be0-2767fb44cb86) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b7c973c-85a0-471d-9000-3400a877fba6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1dd02521-deda-43bc-88dd-c06a5ac55ff1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ef84c31e-a40b-4327-9947-3f9d73b97973) 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 {
}
