/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c4c6da94-7230-400d-a0c3-94e73282dcfa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-294bdbf0-9e44-4570-ab67-9ec1f25c36c4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-617c9e84-e816-408c-92a5-706dd96e759c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-927f769c-d9e0-41d0-9822-a1ef2baf1238) 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 {
}
