/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8b4714fd-7f47-4203-a724-a84ba5f4e9fb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e5c7ce45-b0ba-454d-971b-f95b40fe8877) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8c31b9d8-7b7f-4ec8-8ad3-aa5583768bcc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c92dc476-177a-4a31-be7c-9eaed1d7d032) 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 {
}
