/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0341365c-d58b-407c-9c7b-941ef3c48b14) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d8a4f65-f68b-4408-ba2b-374ebd68681d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cfeed314-8c8e-492b-ad01-f985eb4c3e03) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-076104c6-34ba-471e-b147-f3e01e92edbd) 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 {
}
