/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b9cdf4b-396e-4e91-8687-148e6a33e0b1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf80e7b4-ca56-447b-bf1c-f0b112a4f625) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eca7b073-fef3-4487-9cd2-156091e068ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-938627bb-7ced-411f-bd39-d650040272de) 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 {
}
