/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b453e2b9-1e32-42fb-9312-38c448b165a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-89cfb926-9da1-4ddc-8a56-0a765d38c067) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41096d83-39d1-4fc6-9c55-1e54e82ef38b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-67ec996f-2285-48af-bfc6-ae89e378a0e4) 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 {
}
