/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af4d61ff-0b60-4148-93bd-112a83c19a46) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a63c7b1c-0479-4253-b461-b508d53343d2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4f59ead9-6117-41de-961d-33bc693c4138) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a5a1c58-f6ea-4352-9e41-e8fee808f2b3) 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 {
}
