/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-52258962-51e9-4319-b2e5-66f534810da7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3a1cb8b7-6e73-4881-ab0f-871315b636b2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5ae327ea-48b9-430d-927a-a844209df9e3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-97da49ad-eb01-4737-91ae-4165543259ae) 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 {
}
