/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c1665576-b56e-451d-a222-ece407932220) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-29efb816-4504-493a-8d63-7058992dfd79) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4dd475a4-1b11-4bd9-af9a-f9a56db60f6d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6bd7eda3-d209-4e4f-9de4-8e48cba44b63) 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 {
}
