/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-069cabb9-0e71-4073-9564-b88a443b9567) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e8c685bd-afcf-43b4-83cb-8cc207fc0f28) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-841aaf91-59e0-40fa-9495-a271308c0983) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-806308fd-0bae-4f4d-a31e-124f42934f36) 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 {
}
