/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-494aa364-da30-4466-829c-39ebc7ad5d23) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-24e91d2a-3546-44f6-8196-aa07825a1b37) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1eb1ae20-ae41-459c-8f11-e8185a669feb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-85394a8f-53e0-4c7e-b9bb-be0d4e93b184) 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 {
}
