/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9c6a7bb-afcb-4274-9e2b-d48aaaa9e908) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0feb52d2-d3b5-4ba6-89a9-d51fb620deda) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-56785565-9b6d-45be-b123-168c35d2024e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-47e64ddc-b9ef-470e-a83e-bd1b2f317b76) 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 {
}
