/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dacc3fb8-3a53-48e5-a258-e8e70b75ca7b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-567292f7-ea8b-4332-8404-c569a4d0d176) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2591b8e3-5968-4035-8252-b81be81f2b35) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a3f02bc-389e-49b8-abde-8b65060b2af3) 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 {
}
