/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e59ae3fc-20bd-4ccd-a0e9-ea328c303655) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-72b81813-b7d3-4fb0-a145-adb85f7a1d9d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c65cf1ce-837d-412a-a45c-f3a978982d5b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ac89899c-9ef0-4927-85e7-b1c184ae2edf) 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 {
}
