/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25c7affb-3d46-444a-915a-d4ccafc3ffb0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1130c856-0acc-4469-a099-3e689bd9bb40) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba19ea96-959f-4581-9580-bd95f2070a51) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3c7aa37d-4c96-40ce-8a7d-dea30a269dfb) 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 {
}
