/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57c7d30b-5254-44a9-b74c-b82f47c7fd2b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-375eb9ac-64d3-4c68-ba8a-0c8db0ab503f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5af3236d-b583-4481-9260-3e26135d7150) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca5481f8-ba9f-4f49-9adc-bb09de5b8524) 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 {
}
