/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3a3644c0-8408-481a-96d8-78e524c3b00b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3c6cb4a-d697-4b1b-a9ad-1435c25beaa0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e8a39f83-ff36-46ec-b807-e74886da28e3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f2b332f8-cf43-4943-a65d-e2afad0e87d4) 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 {
}
