/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb0850cb-3486-4118-a7f3-4b063e9d3503) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d2ac971a-31d5-41e1-b29a-fb1adb5ac127) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd556bf8-a5ed-4444-ba7c-5391f8cb1a4d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-776543fc-4e82-4668-908d-0414595b316d) 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 {
}
