/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2fac5e56-936b-4329-8f16-f38b91840427) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e63ac630-3f6c-4709-8b63-d5b7949b647d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a66a4c79-d0c5-4e7a-b33c-e91b49d6f6ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-dad1a626-855d-4b49-9910-6fdfde602bb8) 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 {
}
