/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c1d36cc8-1ede-48cb-996c-752d2d6f18fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf25a780-9b7f-4943-a109-ab31c27fc5bf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5081ba85-47a6-4ebd-aa3a-1328f43615e2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7342a035-95b8-47fb-9b4c-b3fb85aa5415) 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 {
}
