/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ba26bb07-0f14-40e8-b254-72ea1a153f75) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89823031-289e-4171-a073-ee621918de67) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c7d5c560-f4fd-41e9-a57a-4772b0698322) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-decf2bc1-4ffd-4154-93b4-7fc58d1c3ce8) 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 {
}
