/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c273ed7-13ce-4545-8239-1a31b9f74c28) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-08247aa5-8714-40d3-aa9d-5e917f56bd97) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56b3a318-0703-4641-a86e-c2616c622542) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-71c6efc6-8a3b-4994-89ab-40af833ae858) 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 {
}
