/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-188136c5-2d34-46f6-897b-a1e2bb6f63c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eeb7ce77-8cd5-4d69-8dba-f97d55b2f0b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca105d25-54f7-4262-9893-e2f958e931b7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9b4fd634-5bdd-492a-b020-68f49c686b1a) 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 {
}
