/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-325a0be3-210b-4abc-97f7-70c096594fa8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7cf144ec-154f-42be-9fca-2c4442989c8c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6789b5ba-ffb5-4b21-ab12-1fae40e2613b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-71e9bb0b-e50f-4264-b26a-72d7eae921c4) 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 {
}
