/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a9854a0-bc8c-4900-94a8-4843a12a1926) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-96ff6e9e-1dea-47fa-ad5b-ac97cb3672db) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f565ce61-ba6e-4393-85a6-6885358bd353) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a1f91f60-b0a6-4714-9572-168caf82b402) 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 {
}
