/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-04dfae6c-685a-4798-80fc-7ad9d6ac30cf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17d8cf33-a783-42fd-92e4-d76acecd2836) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d89a49a7-9f63-42ae-ba2d-0a56f9117ba3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0b369de1-9bf3-4863-90d8-de59a21888fb) 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 {
}
