/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0dc33c1f-976b-4a0a-802e-90b905c16af1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-aa81a213-ec6d-4019-85f8-94dfee8a96a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-43355626-e338-467d-9745-b45afcf83f63) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d315753e-7678-4acc-bbfb-543006fe6d47) 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 {
}
