/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-62bc4096-9e01-4c3b-995c-7fa04c04102c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-929e4942-0545-4187-bccd-1cffc3018a19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fbc19c7f-a37a-45c9-8002-ccb684cde233) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e283019c-1243-48c0-bd81-bc9e0a445a3e) 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 {
}
