/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8de2a8c2-f0d2-48a0-92b4-0c6885c2b985) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6f990c69-a397-479a-b473-6ee4203c597e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c1baf48b-468c-40ba-9281-76e537e93203) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b582f67-41f6-4a18-bd94-6fbe38293d86) 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 {
}
