/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e152da0-b996-4c3e-8bc1-1bd4474e98f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b1fe3645-f93b-4bc6-9dc4-f7f593c13ecb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-eda1ee5b-eae9-4e79-8406-b926b4438b94) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-96a49cac-a199-430f-924a-8d41a333d267) 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 {
}
