/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-adf23e5e-540e-4f2e-8b21-0d5a7c169ef2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-900195d6-12f5-4276-a897-1571acc1226a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d224032a-7c5e-448f-81e7-344436a5c742) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f8fc9608-a2a7-4173-8dd1-98698cc31fd6) 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 {
}
