/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e2bb85eb-a275-4823-84b0-1fa6286acd4f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0fa2bbaf-2820-45bd-9bbf-7f6b034d39d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2181bee8-4583-40d2-8518-be417e034df0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-07b18a85-1b4f-4d8b-aa58-b4bf5a8641d0) 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 {
}
