/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b47fd77-e5b0-49ca-9d74-59d1e117bc72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a34f8bcd-786d-42ea-be27-10ffda1674e6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a9e67195-fe79-4030-bc14-02affd770791) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-986b902f-874f-4a57-aabb-958af78b75ab) 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 {
}
